Uses of Interface
org.astrogrid.samp.client.ResponseHandler
-
Packages that use ResponseHandler Package Description org.astrogrid.samp.client Classes required only for SAMP clients.org.astrogrid.samp.gui Classes required only for graphical components based on SAMP classes. -
-
Uses of ResponseHandler in org.astrogrid.samp.client
Classes in org.astrogrid.samp.client that implement ResponseHandler Modifier and Type Class Description private classHubConnector.CallHandlerResponseHandler which looks after responses made by calls using the call() and callAll() convenience methods.Methods in org.astrogrid.samp.client with parameters of type ResponseHandler Modifier and Type Method Description voidHubConnector. addResponseHandler(ResponseHandler handler)Adds a ResponseHandler to this connector, which allows it to receive replies from messages sent asynchronously.voidHubConnector. removeResponseHandler(ResponseHandler handler)Removes a ResponseHandler from this connector. -
Uses of ResponseHandler in org.astrogrid.samp.gui
Classes in org.astrogrid.samp.gui that implement ResponseHandler Modifier and Type Class Description private classAbstractCallActionManager.CallResponseHandlerResponseHandler implementation for use by this class.
-