org.drools.event
Class DebugRuleFlowEventListener

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

public class DebugRuleFlowEventListener
extends java.lang.Object
implements RuleFlowEventListener


Constructor Summary
DebugRuleFlowEventListener()
           
 
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

DebugRuleFlowEventListener

public DebugRuleFlowEventListener()
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