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 voidClientTracker.OperationQueue. apply(ClientTracker.TrackedClient client)Apply any pending operations to given client.voidClientTracker.OperationQueue. discard(ClientTracker.TrackedClient client)Discards any operations corresponding to a given client, presumably because the client is about to disappear.abstract voidClientTracker.ClientOperation. perform(ClientTracker.TrackedClient client)Performs the instance-specific operation on a given client.
-