Package org.kie.api.event.process
Class DefaultProcessEventListener
java.lang.Object
org.kie.api.event.process.DefaultProcessEventListener
- All Implemented Interfaces:
EventListener,ProcessEventListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidThis listener method is invoked right after a node in a process instance has been left (which is when the node was completed, for example when it performed the task it was designed for).voidThis listener method is invoked right after a node in a process instance has been triggered (which is when the node was entered, for example when an incoming connection triggered it).voidThis listener method is invoked right after a process instance has been completed (or aborted).voidThis listener method is invoked right after a process instance has been started.voidThis listener method is invoked right after the value of a process variable has been changed.voidThis listener method is invoked right before a node in a process instance is being left (which is when the node is completed, for example when it has performed the task it was designed for).voidThis listener method is invoked right before a node in a process instance is being triggered (which is when the node is being entered, for example when an incoming connection triggers it).voidThis listener method is invoked right before a process instance is being completed (or aborted).voidThis listener method is invoked right before a process instance is being started.voidThis listener method is invoked right before the value of a process variable is being changed.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.kie.api.event.process.ProcessEventListener
afterSLAViolated, beforeSLAViolated, onError, onMessage, onMigration, onSignal
-
Constructor Details
-
DefaultProcessEventListener
public DefaultProcessEventListener()
-
-
Method Details
-
afterNodeLeft
Description copied from interface:ProcessEventListenerThis listener method is invoked right after a node in a process instance has been left (which is when the node was completed, for example when it performed the task it was designed for).- Specified by:
afterNodeLeftin interfaceProcessEventListener
-
afterNodeTriggered
Description copied from interface:ProcessEventListenerThis listener method is invoked right after a node in a process instance has been triggered (which is when the node was entered, for example when an incoming connection triggered it).- Specified by:
afterNodeTriggeredin interfaceProcessEventListener
-
afterProcessCompleted
Description copied from interface:ProcessEventListenerThis listener method is invoked right after a process instance has been completed (or aborted).- Specified by:
afterProcessCompletedin interfaceProcessEventListener
-
afterProcessStarted
Description copied from interface:ProcessEventListenerThis listener method is invoked right after a process instance has been started.- Specified by:
afterProcessStartedin interfaceProcessEventListener
-
afterVariableChanged
Description copied from interface:ProcessEventListenerThis listener method is invoked right after the value of a process variable has been changed.- Specified by:
afterVariableChangedin interfaceProcessEventListener
-
beforeNodeLeft
Description copied from interface:ProcessEventListenerThis listener method is invoked right before a node in a process instance is being left (which is when the node is completed, for example when it has performed the task it was designed for).- Specified by:
beforeNodeLeftin interfaceProcessEventListener
-
beforeNodeTriggered
Description copied from interface:ProcessEventListenerThis listener method is invoked right before a node in a process instance is being triggered (which is when the node is being entered, for example when an incoming connection triggers it).- Specified by:
beforeNodeTriggeredin interfaceProcessEventListener
-
beforeProcessCompleted
Description copied from interface:ProcessEventListenerThis listener method is invoked right before a process instance is being completed (or aborted).- Specified by:
beforeProcessCompletedin interfaceProcessEventListener
-
beforeProcessStarted
Description copied from interface:ProcessEventListenerThis listener method is invoked right before a process instance is being started.- Specified by:
beforeProcessStartedin interfaceProcessEventListener
-
beforeVariableChanged
Description copied from interface:ProcessEventListenerThis listener method is invoked right before the value of a process variable is being changed.- Specified by:
beforeVariableChangedin interfaceProcessEventListener
-