Package | Description |
---|---|
org.astrogrid.samp.client |
Classes required only for SAMP clients.
|
Modifier and Type | Method and Description |
---|---|
void |
ClientTracker.OperationQueue.apply(ClientTracker.TrackedClient client)
Apply any pending operations to given client.
|
void |
ClientTracker.OperationQueue.discard(ClientTracker.TrackedClient client)
Discards any operations corresponding to a given client,
presumably because the client is about to disappear.
|
abstract void |
ClientTracker.ClientOperation.perform(ClientTracker.TrackedClient client)
Performs the instance-specific operation on a given client.
|