public class NodeLeftCountDownProcessEventListener extends NodeCountDownProcessEventListener
nodeName
latch
Constructor and Description |
---|
NodeLeftCountDownProcessEventListener() |
NodeLeftCountDownProcessEventListener(String nodeName,
int threads) |
NodeLeftCountDownProcessEventListener(String nodeName,
int threads,
boolean reactOnBeforeNodeLeft) |
Modifier and Type | Method and Description |
---|---|
void |
afterNodeLeft(org.kie.api.event.process.ProcessNodeLeftEvent event) |
void |
beforeNodeLeft(org.kie.api.event.process.ProcessNodeLeftEvent event) |
reset
countDown, reset, waitTillCompleted, waitTillCompleted
afterNodeTriggered, afterProcessCompleted, afterProcessStarted, afterVariableChanged, beforeNodeTriggered, beforeProcessCompleted, beforeProcessStarted, beforeVariableChanged
public NodeLeftCountDownProcessEventListener()
public NodeLeftCountDownProcessEventListener(String nodeName, int threads)
public NodeLeftCountDownProcessEventListener(String nodeName, int threads, boolean reactOnBeforeNodeLeft)
public void afterNodeLeft(org.kie.api.event.process.ProcessNodeLeftEvent event)
afterNodeLeft
in interface org.kie.api.event.process.ProcessEventListener
afterNodeLeft
in class org.kie.api.event.process.DefaultProcessEventListener
public void beforeNodeLeft(org.kie.api.event.process.ProcessNodeLeftEvent event)
beforeNodeLeft
in interface org.kie.api.event.process.ProcessEventListener
beforeNodeLeft
in class org.kie.api.event.process.DefaultProcessEventListener
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.