org.nakedobjects.object.distribution
Class MockUpdateReceiver

java.lang.Object
  extended byorg.nakedobjects.object.distribution.MockUpdateReceiver
All Implemented Interfaces:
UpdateReceiver

public class MockUpdateReceiver
extends java.lang.Object
implements UpdateReceiver


Constructor Summary
MockUpdateReceiver()
           
 
Method Summary
 void init()
           
 UpdateMessage receive()
           
 void shutdown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MockUpdateReceiver

public MockUpdateReceiver()
Method Detail

init

public void init()
Specified by:
init in interface UpdateReceiver

receive

public UpdateMessage receive()
Specified by:
receive in interface UpdateReceiver

shutdown

public void shutdown()
Specified by:
shutdown in interface UpdateReceiver