| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | HubConnection. setCallable(CallableClient callable)Tells the hub how it can perform callbacks on the client by providing
 a CallableClient object. | 
| Modifier and Type | Method and Description | 
|---|---|
| CallableClient | HubClient. getCallable()Returns the callable object which allows this client to receive
 callbacks. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | HubClient. setCallable(CallableClient callable)Sets the callable object which allows this client to receive
 callbacks. | 
| protected void | BasicHubService. setCallable(HubClient caller,
           CallableClient callable)Does the work for the  setCallablemethod of connections
 registered with this service. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CalculatorTest client. | 
Copyright © 2008–2024. All rights reserved.