Uses of Class
response.BaseResponse
Package
Description
-
Uses of BaseResponse in gui.controller.visualization.component
Modifier and TypeMethodDescriptionvoid
VisualizationCollectionUpdatedController.acceptResponse
(BaseResponse response) -
Uses of BaseResponse in gui.model.listener
Modifier and TypeMethodDescriptionvoid
RouteTableModelChangeListener.acceptResponse
(BaseResponse response) -
Uses of BaseResponse in listen.logic
-
Uses of BaseResponse in request.logic.sender
Modifier and TypeMethodDescriptionvoid
ArgumentRequestSender.acceptResponse
(BaseResponse response) void
CommandDescriptionsRequestSender.acceptResponse
(BaseResponse response) void
CommandRequestSender.acceptResponse
(BaseResponse response) void
LoginRequestSender.acceptResponse
(BaseResponse response) void
RemoveFromCollectionRequestSender.acceptResponse
(BaseResponse response) void
ShowCollectionRequestSender.acceptResponse
(BaseResponse response) void
SuppressResponseRequestSender.acceptResponse
(BaseResponse response) Modifier and TypeMethodDescriptionvoid
RequestSender.removeListener
(ApplicationResponseProvider<BaseResponse> provider) -
Uses of BaseResponse in response
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
-
Uses of BaseResponse in response.logic
Modifier and TypeInterfaceDescriptioninterface
ApplicationResponseProvider<T extends BaseResponse>
Modifier and TypeMethodDescriptionfinal BaseResponse
IntermediateResponseHandler.proceedIntermediateResponse
(ExceptionProvider... providers) ResponseReader.readObject
(InputStream in) Modifier and TypeMethodDescriptionClass<? extends BaseResponse>
ResponseReader.resolveType
(InputStream in) -
Uses of BaseResponse in response.logic.sender
Modifier and TypeMethodDescriptionstatic void
ResponseSender.sendResponse
(BaseResponse response, ServerConnection connection, CallerBack to) protected static void
ResponseSender.sendSyncResponse
(BaseResponse response, ServerConnection connection, CallerBack to)