Package org.jbpm.test.listener.process
Class SLAViolationCountDownProcessEventListener
- java.lang.Object
-
- org.kie.api.event.process.DefaultProcessEventListener
-
- org.jbpm.test.listener.process.DefaultCountDownProcessEventListener
-
- org.jbpm.test.listener.process.SLAViolationCountDownProcessEventListener
-
- All Implemented Interfaces:
EventListener
,org.kie.api.event.process.ProcessEventListener
public class SLAViolationCountDownProcessEventListener extends DefaultCountDownProcessEventListener
-
-
Field Summary
-
Fields inherited from class org.jbpm.test.listener.process.DefaultCountDownProcessEventListener
latch, threads
-
-
Constructor Summary
Constructors Constructor Description SLAViolationCountDownProcessEventListener()
SLAViolationCountDownProcessEventListener(int threads)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
afterSLAViolated(org.kie.api.event.process.SLAViolatedEvent event)
void
reset(int threads)
-
Methods inherited from class org.jbpm.test.listener.process.DefaultCountDownProcessEventListener
count, countDown, reset, waitTillCompleted, waitTillCompleted
-
Methods inherited from class org.kie.api.event.process.DefaultProcessEventListener
afterNodeLeft, afterNodeTriggered, afterProcessCompleted, afterProcessStarted, afterVariableChanged, beforeNodeLeft, beforeNodeTriggered, beforeProcessCompleted, beforeProcessStarted, beforeVariableChanged
-
-
-
-
Method Detail
-
reset
public void reset(int threads)
- Overrides:
reset
in classDefaultCountDownProcessEventListener
-
afterSLAViolated
public void afterSLAViolated(org.kie.api.event.process.SLAViolatedEvent event)
-
-