public interface FSM
Modifier and Type | Method and Description |
---|---|
void |
doIt(Input in)
Perform the action and transition to the next state based
on the current state of the FSM and the input.
|
State |
getState()
Get the current state of this FSM.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.