Package | Description |
---|---|
org.astrogrid.samp.client |
Classes required only for SAMP clients.
|
Modifier and Type | Method and Description |
---|---|
ClientTracker.ClientOperation[] |
ClientTracker.OperationQueue.getOperations()
Returns an array containing all the operations currently pending.
|
Modifier and Type | Method and Description |
---|---|
void |
ClientTracker.OperationQueue.add(ClientTracker.ClientOperation op)
Add a new client operation which may get the opportunity to be
performed some time in the future.
|
private void |
ClientTracker.performClientOperation(ClientTracker.ClientOperation op,
HubConnection connection)
Performs an operation on a ClientOperation object.
|