@InterfaceAudience.Public @InterfaceStability.Evolving public interface SingleArcTransition<OPERAND,EVENT>
Modifier and Type | Method and Description |
---|---|
void |
transition(OPERAND operand,
EVENT event)
Transition hook.
|
void transition(OPERAND operand, EVENT event)
operand
- the entity attached to the FSM, whose internal
state may change.event
- causal eventCopyright © 2018 Apache Software Foundation. All rights reserved.