util.rmi
Class CallbackClientImpl

java.lang.Object
  extended by util.rmi.CallbackClientImpl
All Implemented Interfaces:
Remote, CallbackClient

public class CallbackClientImpl
extends Object
implements CallbackClient

Implementation of a callback client.


Constructor Summary
CallbackClientImpl()
           
 
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
 

Constructor Detail

CallbackClientImpl

public CallbackClientImpl()
Method Detail

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