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 TypeMethodDescriptionvoid
VisualizationCollectionUpdatedController.acceptResponse
(BaseResponse response) -
Uses of BaseResponse in gui.model.listener
Methods in gui.model.listener with parameters of type BaseResponseModifier and TypeMethodDescriptionvoid
RouteTableModelChangeListener.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 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) Method parameters in request.logic.sender with type arguments of type BaseResponseModifier and TypeMethodDescriptionvoid
RequestSender.removeListener
(ApplicationResponseProvider<BaseResponse> provider) -
Uses of BaseResponse in response
Subclasses of BaseResponse in responseModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
-
Uses of BaseResponse in response.logic
Classes in response.logic with type parameters of type BaseResponseModifier and TypeInterfaceDescriptioninterface
ApplicationResponseProvider<T extends BaseResponse>
Methods in response.logic that return BaseResponseModifier and TypeMethodDescriptionfinal BaseResponse
IntermediateResponseHandler.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 void
ResponseSender.sendResponse
(BaseResponse response, ServerConnection connection, CallerBack to) protected static void
ResponseSender.sendSyncResponse
(BaseResponse response, ServerConnection connection, CallerBack to)