| Package | Description |
|---|---|
| ch.awae.utils.statemachine |
| Modifier and Type | Method and Description |
|---|---|
StateMachine.SavedState |
StateMachine.getCurrentState()
Creates a SavedState instance representing the current state of the state
machine.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StateMachine.loadState(StateMachine.SavedState state,
boolean clear)
Loads the state represented by a given SavedState instance and sets the
state machine to that state.
|
Copyright © 2018. All Rights Reserved.