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.ProcessEventListener
public void afterProcessStarted(org.drools.event.process.ProcessStartedEvent event)
afterProcessStarted
in interface org.drools.event.process.ProcessEventListener
public void beforeProcessCompleted(org.drools.event.process.ProcessCompletedEvent event)
beforeProcessCompleted
in interface org.drools.event.process.ProcessEventListener
public void afterProcessCompleted(org.drools.event.process.ProcessCompletedEvent event)
afterProcessCompleted
in interface org.drools.event.process.ProcessEventListener
public void beforeNodeTriggered(org.drools.event.process.ProcessNodeTriggeredEvent event)
beforeNodeTriggered
in interface org.drools.event.process.ProcessEventListener
public void afterNodeTriggered(org.drools.event.process.ProcessNodeTriggeredEvent event)
afterNodeTriggered
in interface org.drools.event.process.ProcessEventListener
public void beforeNodeLeft(org.drools.event.process.ProcessNodeLeftEvent event)
beforeNodeLeft
in interface org.drools.event.process.ProcessEventListener
public void afterNodeLeft(org.drools.event.process.ProcessNodeLeftEvent event)
afterNodeLeft
in interface org.drools.event.process.ProcessEventListener
public void beforeVariableChanged(org.drools.event.process.ProcessVariableChangedEvent event)
beforeVariableChanged
in interface org.drools.event.process.ProcessEventListener
public void afterVariableChanged(org.drools.event.process.ProcessVariableChangedEvent event)
afterVariableChanged
in interface org.drools.event.process.ProcessEventListener
Copyright © 2004-2013. All Rights Reserved.