public interface StateOperator
Structural
jobs to decide their own state.
It is illegal to pass the JobState.DESTROYED
state as
an argument. Behaviour is undefined in this instance.
Modifier and Type | Method and Description |
---|---|
StateEvent |
evaluate(StateEvent... states)
Evaluate the given states.
|
static StateEvent |
toParentEvent(StateEvent childEvent,
ParentStateConverter parentStateConverter) |
StateEvent evaluate(StateEvent... states)
states
- The states.static StateEvent toParentEvent(StateEvent childEvent, ParentStateConverter parentStateConverter)