org.drools.event
Class DebugProcessEventListener

java.lang.Object
  extended by org.drools.event.DebugProcessEventListener
All Implemented Interfaces:
EventListener, org.drools.event.process.ProcessEventListener

public class DebugProcessEventListener
extends Object
implements org.drools.event.process.ProcessEventListener


Constructor Summary
DebugProcessEventListener()
           
 
Method Summary
 void afterNodeLeft(org.drools.event.process.ProcessNodeLeftEvent event)
           
 void afterNodeTriggered(org.drools.event.process.ProcessNodeTriggeredEvent event)
           
 void afterProcessCompleted(org.drools.event.process.ProcessCompletedEvent event)
           
 void afterProcessStarted(org.drools.event.process.ProcessStartedEvent event)
           
 void afterVariableChanged(org.drools.event.process.ProcessVariableChangedEvent event)
           
 void beforeNodeLeft(org.drools.event.process.ProcessNodeLeftEvent event)
           
 void beforeNodeTriggered(org.drools.event.process.ProcessNodeTriggeredEvent event)
           
 void beforeProcessCompleted(org.drools.event.process.ProcessCompletedEvent event)
           
 void beforeProcessStarted(org.drools.event.process.ProcessStartedEvent event)
           
 void beforeVariableChanged(org.drools.event.process.ProcessVariableChangedEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DebugProcessEventListener

public DebugProcessEventListener()
Method Detail

afterNodeLeft

public void afterNodeLeft(org.drools.event.process.ProcessNodeLeftEvent event)
Specified by:
afterNodeLeft in interface org.drools.event.process.ProcessEventListener

afterNodeTriggered

public void afterNodeTriggered(org.drools.event.process.ProcessNodeTriggeredEvent event)
Specified by:
afterNodeTriggered in interface org.drools.event.process.ProcessEventListener

afterProcessCompleted

public void afterProcessCompleted(org.drools.event.process.ProcessCompletedEvent event)
Specified by:
afterProcessCompleted in interface org.drools.event.process.ProcessEventListener

afterProcessStarted

public void afterProcessStarted(org.drools.event.process.ProcessStartedEvent event)
Specified by:
afterProcessStarted in interface org.drools.event.process.ProcessEventListener

afterVariableChanged

public void afterVariableChanged(org.drools.event.process.ProcessVariableChangedEvent event)
Specified by:
afterVariableChanged in interface org.drools.event.process.ProcessEventListener

beforeNodeLeft

public void beforeNodeLeft(org.drools.event.process.ProcessNodeLeftEvent event)
Specified by:
beforeNodeLeft in interface org.drools.event.process.ProcessEventListener

beforeNodeTriggered

public void beforeNodeTriggered(org.drools.event.process.ProcessNodeTriggeredEvent event)
Specified by:
beforeNodeTriggered in interface org.drools.event.process.ProcessEventListener

beforeProcessCompleted

public void beforeProcessCompleted(org.drools.event.process.ProcessCompletedEvent event)
Specified by:
beforeProcessCompleted in interface org.drools.event.process.ProcessEventListener

beforeProcessStarted

public void beforeProcessStarted(org.drools.event.process.ProcessStartedEvent event)
Specified by:
beforeProcessStarted in interface org.drools.event.process.ProcessEventListener

beforeVariableChanged

public void beforeVariableChanged(org.drools.event.process.ProcessVariableChangedEvent event)
Specified by:
beforeVariableChanged in interface org.drools.event.process.ProcessEventListener


Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.