Uses of Interface
org.astrogrid.samp.client.ResultHandler
-
Packages that use ResultHandler 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 ResultHandler in org.astrogrid.samp.client
Classes in org.astrogrid.samp.client that implement ResultHandler Modifier and Type Class Description classLogResultHandlerResultHandler implementation which outputs some information about responses received through the logging system.Fields in org.astrogrid.samp.client declared as ResultHandler Modifier and Type Field Description (package private) ResultHandlerHubConnector.CallItem. handler_Methods in org.astrogrid.samp.client with parameters of type ResultHandler Modifier and Type Method Description voidHubConnector. call(java.lang.String recipientId, java.util.Map msg, ResultHandler resultHandler, int timeout)Sends a message asynchronously to a single client, making a callback on a supplied ResultHandler object when the result arrives.voidHubConnector. callAll(java.util.Map msg, ResultHandler resultHandler, int timeout)Sends a message asynchronously to all subscribed clients, making callbacks on a supplied ResultHandler object when the results arrive.voidHubConnector.CallHandler. registerHandler(java.lang.String tag, ResultHandler handler, int timeout)Stores a ResultHandler object which will take delivery of the responses tagged with a given tag.Constructors in org.astrogrid.samp.client with parameters of type ResultHandler Constructor Description CallItem(ResultHandler handler, long finish)Constructor. -
Uses of ResultHandler in org.astrogrid.samp.gui
Classes in org.astrogrid.samp.gui that implement ResultHandler Modifier and Type Class Description classPopupResultHandlerResultHandler which pops up a window displaying progress and success of a message sent to one or many recipients.Fields in org.astrogrid.samp.gui declared as ResultHandler Modifier and Type Field Description (package private) ResultHandlerAbstractCallActionManager.TagInfo. handler_Methods in org.astrogrid.samp.gui that return ResultHandler Modifier and Type Method Description protected ResultHandlerAbstractCallActionManager. createResultHandler(HubConnection connection, Message msg, Client[] recipients)Returns an object which will be informed of the results of a single- or multiple-recipient send as they arrive.Methods in org.astrogrid.samp.gui with parameters of type ResultHandler Modifier and Type Method Description voidAbstractCallActionManager.CallResponseHandler. registerHandler(java.lang.String tag, Client[] recipients, ResultHandler handler)Registers a result handler to handle results corresponding to a message tag.voidAbstractCallActionManager. registerHandler(java.lang.String tag, Client[] recipients, ResultHandler handler)Registers a result handler to handle results corresponding to a message tag.Constructors in org.astrogrid.samp.gui with parameters of type ResultHandler Constructor Description TagInfo(Client[] recipients, ResultHandler handler)Constructor.
-