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 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.
-