lime
Class RemoteUponListener

java.lang.Object
  extended bylime.RemoteUponListener
All Implemented Interfaces:
java.util.EventListener, ReactionListener, java.io.Serializable

class RemoteUponListener
extends java.lang.Object
implements ReactionListener


Field Summary
(package private)  LimeTSMgr ltsm
           
(package private)  long seqNum
           
(package private)  AgentID subscriber
           
 
Constructor Summary
(package private) RemoteUponListener(LimeTSMgr ltsm, long seqNum, AgentID subscriber)
           
 
Method Summary
 void reactsTo(ReactionEvent e)
          This method is invoked automatically by the system when the corresponding reaction must be fired.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ltsm

LimeTSMgr ltsm

seqNum

long seqNum

subscriber

AgentID subscriber
Constructor Detail

RemoteUponListener

RemoteUponListener(LimeTSMgr ltsm,
                   long seqNum,
                   AgentID subscriber)
Method Detail

reactsTo

public void reactsTo(ReactionEvent e)
Description copied from interface: ReactionListener
This method is invoked automatically by the system when the corresponding reaction must be fired.

Specified by:
reactsTo in interface ReactionListener
Parameters:
e - the event that triggered the reaction.