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.
|
Modifier and Type | Class and Description |
---|---|
class |
LogResultHandler
ResultHandler implementation which outputs some information about
responses received through the logging system.
|
Modifier and Type | Method and Description |
---|---|
void |
HubConnector.call(String recipientId,
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.
|
void |
HubConnector.callAll(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.
|
Modifier and Type | Class and Description |
---|---|
class |
PopupResultHandler
ResultHandler which pops up a window displaying progress and success
of a message sent to one or many recipients.
|
Modifier and Type | Method and Description |
---|---|
protected ResultHandler |
AbstractCallActionManager.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.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractCallActionManager.registerHandler(String tag,
Client[] recipients,
ResultHandler handler)
Registers a result handler to handle results corresponding to a
message tag.
|
Copyright © 2008–2024. All rights reserved.