public class CompleteProcessEventListener extends Object implements org.drools.event.process.ProcessEventListener
| Constructor and Description |
|---|
CompleteProcessEventListener(CountDownLatch latch) |
| Modifier and Type | Method and Description |
|---|---|
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) |
public CompleteProcessEventListener(CountDownLatch latch)
public void beforeProcessStarted(org.drools.event.process.ProcessStartedEvent event)
beforeProcessStarted in interface org.drools.event.process.ProcessEventListenerpublic void afterProcessStarted(org.drools.event.process.ProcessStartedEvent event)
afterProcessStarted in interface org.drools.event.process.ProcessEventListenerpublic void beforeProcessCompleted(org.drools.event.process.ProcessCompletedEvent event)
beforeProcessCompleted in interface org.drools.event.process.ProcessEventListenerpublic void afterProcessCompleted(org.drools.event.process.ProcessCompletedEvent event)
afterProcessCompleted in interface org.drools.event.process.ProcessEventListenerpublic void beforeNodeTriggered(org.drools.event.process.ProcessNodeTriggeredEvent event)
beforeNodeTriggered in interface org.drools.event.process.ProcessEventListenerpublic void afterNodeTriggered(org.drools.event.process.ProcessNodeTriggeredEvent event)
afterNodeTriggered in interface org.drools.event.process.ProcessEventListenerpublic void beforeNodeLeft(org.drools.event.process.ProcessNodeLeftEvent event)
beforeNodeLeft in interface org.drools.event.process.ProcessEventListenerpublic void afterNodeLeft(org.drools.event.process.ProcessNodeLeftEvent event)
afterNodeLeft in interface org.drools.event.process.ProcessEventListenerpublic void beforeVariableChanged(org.drools.event.process.ProcessVariableChangedEvent event)
beforeVariableChanged in interface org.drools.event.process.ProcessEventListenerpublic void afterVariableChanged(org.drools.event.process.ProcessVariableChangedEvent event)
afterVariableChanged in interface org.drools.event.process.ProcessEventListenerCopyright © 2004-2013. All Rights Reserved.