Uses of Interface
org.astrogrid.samp.client.CallableClient
-
Packages that use CallableClient Package Description org.astrogrid.samp.client Classes required only for SAMP clients.org.astrogrid.samp.hub Classes required only for running a SAMP hub.org.astrogrid.samp.test Classes for testing. -
-
Uses of CallableClient in org.astrogrid.samp.client
Methods in org.astrogrid.samp.client with parameters of type CallableClient Modifier and Type Method Description voidHubConnection. setCallable(CallableClient callable)Tells the hub how it can perform callbacks on the client by providing a CallableClient object. -
Uses of CallableClient in org.astrogrid.samp.hub
Methods in org.astrogrid.samp.hub that return CallableClient Modifier and Type Method Description CallableClientHubClient. getCallable()Returns the callable object which allows this client to receive callbacks.Methods in org.astrogrid.samp.hub with parameters of type CallableClient Modifier and Type Method Description protected voidBasicHubService. setCallable(HubClient caller, CallableClient callable)Does the work for thesetCallablemethod of connections registered with this service.voidHubClient. setCallable(CallableClient callable)Sets the callable object which allows this client to receive callbacks. -
Uses of CallableClient in org.astrogrid.samp.test
Classes in org.astrogrid.samp.test that implement CallableClient Modifier and Type Class Description classCalculatorTest client.
-