lime
Class PendingUponListener

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

class PendingUponListener
extends java.lang.Object
implements ReactionListener


Field Summary
(package private)  ReactionListener rl
           
(package private)  UponMgr upons
           
 
Constructor Summary
(package private) PendingUponListener(ReactionListener rl, UponMgr upons)
           
 
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

rl

ReactionListener rl

upons

UponMgr upons
Constructor Detail

PendingUponListener

PendingUponListener(ReactionListener rl,
                    UponMgr upons)
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.