org.drools.reteoo
Class AgendaItemFireListener
java.lang.Object
java.util.TimerTask
org.drools.reteoo.AgendaItemFireListener
- All Implemented Interfaces:
- Runnable
- class AgendaItemFireListener
- extends TimerTask
Fire listener.
- Author:
- bob mcwhirter
Fields inherited from class java.util.TimerTask |
|
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 |
AgendaItemFireListener
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.
Copyright © 2001-2004 The Codehaus. All Rights Reserved.