org.drools.reteoo
Class AgendaItemFireListener

java.lang.Object
  extended byjava.util.TimerTask
      extended byorg.drools.reteoo.AgendaItemFireListener
All Implemented Interfaces:
Runnable

class AgendaItemFireListener
extends TimerTask

Fire listener.

Author:
bob mcwhirter

Field Summary
 
Fields inherited from class java.util.TimerTask
 
Constructor Summary
(package private) AgendaItemFireListener(AgendaItem item, WorkingMemoryImpl workingMemory)
          Construct.
 
Method Summary
 void run()
          Handle the firing of an alarm.
 
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AgendaItemFireListener

AgendaItemFireListener(AgendaItem item,
                       WorkingMemoryImpl workingMemory)
Construct.

Parameters:
item - The agenda item.
workingMemory - The working memory session.
Method Detail

run

public void run()
Handle the firing of an alarm.



Copyright © 2001-2004 The Codehaus. All Rights Reserved.