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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
acceptResponse
(BaseResponse response) final void
sendCollectionRequest
(ApplicationResponseProvider<ShowCollectionResponse>... providers)
-
Constructor Details
-
ShowCollectionRequestSender
public ShowCollectionRequestSender()
-
-
Method Details
-
sendCollectionRequest
@SafeVarargs public final void sendCollectionRequest(ApplicationResponseProvider<ShowCollectionResponse>... providers) -
acceptException
- Specified by:
acceptException
in interfaceExceptionProvider
-
acceptResponse
- Specified by:
acceptResponse
in interfaceApplicationResponseProvider<BaseResponse>
-