util.rmi
Interface CallbackClient
- All Superinterfaces:
- Remote
- All Known Implementing Classes:
- CallbackClientImpl
public interface CallbackClient
- extends Remote
A callback client registers at a CallbackServer. At registering,
it gets the time in ms until the server calls back the client's
callback(vec_math.VectorG) method.
|
Method Summary |
void |
callback(VectorG random)
The server call this method after registering. |
callback
void callback(VectorG random)
throws RemoteException
- The server call this method after registering.
- Throws:
RemoteException