org.drools.event
Class DefaultRuleFlowEventListener

java.lang.Object
  extended by org.drools.event.DefaultRuleFlowEventListener
All Implemented Interfaces:
java.util.EventListener, RuleFlowEventListener

public class DefaultRuleFlowEventListener
extends java.lang.Object
implements RuleFlowEventListener


Constructor Summary
DefaultRuleFlowEventListener()
           
 
Method Summary
 void ruleFlowCompleted(RuleFlowCompletedEvent event, WorkingMemory workingMemory)
           
 void ruleFlowGroupActivated(RuleFlowGroupActivatedEvent event, WorkingMemory workingMemory)
           
 void ruleFlowGroupDeactivated(RuleFlowGroupDeactivatedEvent event, WorkingMemory workingMemory)
           
 void ruleFlowStarted(RuleFlowStartedEvent event, WorkingMemory workingMemory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultRuleFlowEventListener

public DefaultRuleFlowEventListener()
Method Detail

ruleFlowCompleted

public void ruleFlowCompleted(RuleFlowCompletedEvent event,
                              WorkingMemory workingMemory)
Specified by:
ruleFlowCompleted in interface RuleFlowEventListener

ruleFlowGroupActivated

public void ruleFlowGroupActivated(RuleFlowGroupActivatedEvent event,
                                   WorkingMemory workingMemory)
Specified by:
ruleFlowGroupActivated in interface RuleFlowEventListener

ruleFlowGroupDeactivated

public void ruleFlowGroupDeactivated(RuleFlowGroupDeactivatedEvent event,
                                     WorkingMemory workingMemory)
Specified by:
ruleFlowGroupDeactivated in interface RuleFlowEventListener

ruleFlowStarted

public void ruleFlowStarted(RuleFlowStartedEvent event,
                            WorkingMemory workingMemory)
Specified by:
ruleFlowStarted in interface RuleFlowEventListener