org.drools.reteoo
Class Scheduler.AgendaItemFireListener

java.lang.Object
  extended by java.util.TimerTask
      extended by org.drools.reteoo.Scheduler.AgendaItemFireListener
All Implemented Interfaces:
Runnable
Enclosing class:
Scheduler

 class Scheduler.AgendaItemFireListener
extends TimerTask

Fire listener.

Author:
bob mcwhirter

Constructor Summary
Scheduler.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

Scheduler.AgendaItemFireListener

Scheduler.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.

Specified by:
run in interface Runnable
Specified by:
run in class TimerTask


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