Uses of Class
response.BaseResponse
Packages that use BaseResponse
Package
Description
-
Uses of BaseResponse in gui.controller.visualization.component
Methods in gui.controller.visualization.component with parameters of type BaseResponseModifier and TypeMethodDescriptionvoidVisualizationCollectionUpdatedController.acceptResponse(BaseResponse response) -
Uses of BaseResponse in gui.model.listener
Methods in gui.model.listener with parameters of type BaseResponseModifier and TypeMethodDescriptionvoidRouteTableModelChangeListener.acceptResponse(BaseResponse response) -
Uses of BaseResponse in listen.logic
Classes in listen.logic with type parameters of type BaseResponse -
Uses of BaseResponse in request.logic.sender
Methods in request.logic.sender with parameters of type BaseResponseModifier and TypeMethodDescriptionvoidArgumentRequestSender.acceptResponse(BaseResponse response) voidCommandDescriptionsRequestSender.acceptResponse(BaseResponse response) voidCommandRequestSender.acceptResponse(BaseResponse response) voidLoginRequestSender.acceptResponse(BaseResponse response) voidRemoveFromCollectionRequestSender.acceptResponse(BaseResponse response) voidShowCollectionRequestSender.acceptResponse(BaseResponse response) voidSuppressResponseRequestSender.acceptResponse(BaseResponse response) Method parameters in request.logic.sender with type arguments of type BaseResponseModifier and TypeMethodDescriptionvoidRequestSender.removeListener(ApplicationResponseProvider<BaseResponse> provider) -
Uses of BaseResponse in response
Subclasses of BaseResponse in responseModifier and TypeClassDescriptionclassclassclassclassclassclassclassclass -
Uses of BaseResponse in response.logic
Classes in response.logic with type parameters of type BaseResponseModifier and TypeInterfaceDescriptioninterfaceApplicationResponseProvider<T extends BaseResponse>Methods in response.logic that return BaseResponseModifier and TypeMethodDescriptionfinal BaseResponseIntermediateResponseHandler.proceedIntermediateResponse(ExceptionProvider... providers) ResponseReader.readObject(InputStream in) Methods in response.logic that return types with arguments of type BaseResponseModifier and TypeMethodDescriptionClass<? extends BaseResponse>ResponseReader.resolveType(InputStream in) -
Uses of BaseResponse in response.logic.sender
Methods in response.logic.sender with parameters of type BaseResponseModifier and TypeMethodDescriptionstatic voidResponseSender.sendResponse(BaseResponse response, ServerConnection connection, CallerBack to) protected static voidResponseSender.sendSyncResponse(BaseResponse response, ServerConnection connection, CallerBack to)