Package request.logic.sender
                Class ShowCollectionRequestSender
java.lang.Object
                
            request.logic.sender.ShowCollectionRequestSender
            - All Implemented Interfaces:
 ExceptionProvider,ApplicationResponseProvider<BaseResponse>
public class ShowCollectionRequestSender
                    extends Object
implements ApplicationResponseProvider<BaseResponse>
                
            - 
                        
Constructor Summary
Constructors - 
                        
Method Summary
Modifier and TypeMethodDescriptionvoidvoidacceptResponse(BaseResponse response) final voidsendCollectionRequest(ApplicationResponseProvider<ShowCollectionResponse>... providers)  
- 
                        
Constructor Details
- 
                                    
ShowCollectionRequestSender
public ShowCollectionRequestSender() 
 - 
                                    
 - 
                        
Method Details
- 
                                    
sendCollectionRequest
@SafeVarargs public final void sendCollectionRequest(ApplicationResponseProvider<ShowCollectionResponse>... providers)  - 
                                    
acceptException
- Specified by:
 acceptExceptionin interfaceExceptionProvider
 - 
                                    
acceptResponse
- Specified by:
 acceptResponsein interfaceApplicationResponseProvider<BaseResponse>
 
 -