Uses of Class
org.astrogrid.samp.client.ClientTracker.TrackedClient
-
Packages that use ClientTracker.TrackedClient Package Description org.astrogrid.samp.client Classes required only for SAMP clients. -
-
Uses of ClientTracker.TrackedClient in org.astrogrid.samp.client
Methods in org.astrogrid.samp.client with parameters of type ClientTracker.TrackedClient Modifier and Type Method 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.
-