candy.client
Class CalendarTableListener

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

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

This class listens on the JavaSpace for updates to the active CalendarTable

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

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

CalendarTableListener

public CalendarTableListener(net.jini.space.JavaSpace space,
                             ClientApp cl)
                      throws java.rmi.RemoteException
constructor
Parameters:
space - the JavaSpace
cl - the client application that is running this listener
Method Detail

notify

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