public class EchoWFStateListener extends java.lang.Object implements WorkflowStateListener
| Constructor and Description |
|---|
EchoWFStateListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
stepStateChanged(StepIdentifier identifier,
StepStateChange stepStateChange,
java.util.Date timestamp)
A step changed state, as identified in the
StepState |
void |
subWorkflowExecutionStateChanged(StepIdentifier identifier,
ExecutionState executionState,
java.util.Date timestamp,
java.util.List<java.lang.String> nodeSet)
A sub workflow state changed with the given identifier
|
void |
workflowExecutionStateChanged(ExecutionState executionState,
java.util.Date timestamp,
java.util.List<java.lang.String> nodeSet)
The workflow execution state changed
|
public void stepStateChanged(StepIdentifier identifier, StepStateChange stepStateChange, java.util.Date timestamp)
WorkflowStateListenerStepStatestepStateChanged in interface WorkflowStateListeneridentifier - the new state identifierstepStateChange - the change to the statetimestamp - the time of the changepublic void workflowExecutionStateChanged(ExecutionState executionState, java.util.Date timestamp, java.util.List<java.lang.String> nodeSet)
WorkflowStateListenerworkflowExecutionStateChanged in interface WorkflowStateListenerexecutionState - the new execution statetimestamp - the time of the changenodeSet - the set of nodespublic void subWorkflowExecutionStateChanged(StepIdentifier identifier, ExecutionState executionState, java.util.Date timestamp, java.util.List<java.lang.String> nodeSet)
WorkflowStateListenersubWorkflowExecutionStateChanged in interface WorkflowStateListeneridentifier - the step identifierexecutionState - statetimestamp - timestampnodeSet - node set