candy.client
Class CandyTableListener

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

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

This class listens on the JavaSpace for updates to any type of CandyTable

Author:
Jason Corso (jcorso@cs.jhu.edu

Constructor Summary
CandyTableListener(net.jini.space.JavaSpace space, ClientApp cl)
           
 
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

CandyTableListener

public CandyTableListener(net.jini.space.JavaSpace space,
                          ClientApp cl)
                   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