lime
Class LocalUponListener

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

class LocalUponListener
extends java.lang.Object
implements ReactionListener


Field Summary
(package private)  PendingUponListener rl
           
(package private)  long seqNum
           
 
Constructor Summary
(package private) LocalUponListener(long seqNum, PendingUponListener rl)
           
 
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

seqNum

long seqNum

rl

PendingUponListener rl
Constructor Detail

LocalUponListener

LocalUponListener(long seqNum,
                  PendingUponListener rl)
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.