org.drools.reteoo
Class Scheduler.AgendaItemFireListener
java.lang.Object
java.util.TimerTask
org.drools.reteoo.Scheduler.AgendaItemFireListener
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- Scheduler
class Scheduler.AgendaItemFireListener
- extends TimerTask
Fire listener.
- Author:
- bob mcwhirter
Method Summary |
void |
run()
Handle the firing of an alarm. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Scheduler.AgendaItemFireListener
Scheduler.AgendaItemFireListener(AgendaItem item,
WorkingMemoryImpl workingMemory)
- Construct.
- Parameters:
item
- The agenda item.workingMemory
- The working memory session.
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.