public class StateChangeEvent extends javax.swing.event.ChangeEvent
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
changedState |
protected NamedObj |
reference |
static java.lang.String |
WORKFLOW_EXECUTION_COMPLETE
Public constant to denote that a workflow is done executing
|
Constructor and Description |
---|
StateChangeEvent(java.awt.Component source,
java.lang.String changedState,
NamedObj reference)
Construct a new StateChange event.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getChangedState()
Get the value of the changedState for this event.
|
NamedObj |
getReference() |
public static java.lang.String WORKFLOW_EXECUTION_COMPLETE
protected java.lang.String changedState
public StateChangeEvent(java.awt.Component source, java.lang.String changedState, NamedObj reference)
source
- the source of the StateChange eventchangedState
- the label for the state that has changedreference
- reference to the object that changedpublic java.lang.String getChangedState()
public NamedObj getReference()