util.rmi
Class CallbackClientImpl
java.lang.Object
util.rmi.CallbackClientImpl
- All Implemented Interfaces:
- Remote, CallbackClient
public class CallbackClientImpl
- extends Object
- implements CallbackClient
Implementation of a callback client.
|
Method Summary |
void |
callback(VectorG random)
The server call this method after registering. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CallbackClientImpl
public CallbackClientImpl()
callback
public void callback(VectorG random)
throws RemoteException
- Description copied from interface:
CallbackClient
- The server call this method after registering.
- Specified by:
callback in interface CallbackClient
- Throws:
RemoteException