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 |
---|---|
private class |
HubConnector.CallHandler
ResponseHandler which looks after responses made by calls using the
call() and callAll() convenience methods.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Class and Description |
---|---|
private class |
AbstractCallActionManager.CallResponseHandler
ResponseHandler implementation for use by this class.
|