public interface Action
| Modifier and Type | Interface and Description |
|---|---|
static class |
Action.Base |
| Modifier and Type | Method and Description |
|---|---|
void |
doIt(FSM fsm,
Input in)
Called by the state engine to perform an action
before a state transition takes place.
|
void doIt(FSM fsm, Input in)
fsm - is the state machine causing this action.in - is the input that caused the transition.Copyright © 2011-2018 Eclipse Foundation. All Rights Reserved.