public class WizardStateMachine extends Object implements IWizardStateMachine<WizardState<WizardStateMachine>>
| Constructor and Description |
|---|
WizardStateMachine() |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel() |
void |
finish() |
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 cancel()
cancel in interface IWizardStateMachine<WizardState<WizardStateMachine>>public void finish()
finish in interface IWizardStateMachine<WizardState<WizardStateMachine>>public void next()
State object.next in interface IStateMachine<WizardState<WizardStateMachine>>public void previous()
State object.previous in interface IStateMachine<WizardState<WizardStateMachine>>Copyright © 2015–2017 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.