candy.server
Class WhiteboardEventListener

java.lang.Object
  |
  +--candy.server.WhiteboardEventListener
All Implemented Interfaces:
java.util.EventListener, java.rmi.Remote, net.jini.core.event.RemoteEventListener

public class WhiteboardEventListener
extends java.lang.Object
implements net.jini.core.event.RemoteEventListener


Constructor Summary
WhiteboardEventListener(net.jini.space.JavaSpace space, ServerApp _sap)
           
 
Method Summary
 void notify(net.jini.core.event.RemoteEvent ev)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WhiteboardEventListener

public WhiteboardEventListener(net.jini.space.JavaSpace space,
                               ServerApp _sap)
                        throws java.rmi.RemoteException
Method Detail

notify

public void notify(net.jini.core.event.RemoteEvent ev)
Specified by:
notify in interface net.jini.core.event.RemoteEventListener