candy.client
Class ChannelListener

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

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

Listen on My Channel!

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

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

ChannelListener

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