candy.client
Class MemberTableListener

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

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

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

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

Constructor Summary
MemberTableListener(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

MemberTableListener

public MemberTableListener(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