public class StateMachine extends Object implements IStateMachine<State<StateMachine>>
StateMachine.| Constructor and Description |
|---|
StateMachine() |
| Modifier and Type | Method and Description |
|---|---|
void |
next()
Go to the next
State object. |
void |
previous()
Go to the previous
State object. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCurrentState, setCurrentStatepublic void next()
State object.next in interface IStateMachine<State<StateMachine>>public void previous()
State object.previous in interface IStateMachine<State<StateMachine>>Copyright © 2015–2017 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.