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 class
HubConnector.CallHandler
ResponseHandler 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 void
HubConnector. addResponseHandler(ResponseHandler handler)
Adds a ResponseHandler to this connector, which allows it to receive replies from messages sent asynchronously.void
HubConnector. 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 class
AbstractCallActionManager.CallResponseHandler
ResponseHandler implementation for use by this class.
-