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