| Package | Description |
|---|---|
| org.openbase.jul.pattern.statemachine |
| Modifier and Type | Method and Description |
|---|---|
State |
StateRunner.getCurrentState()
Method returns the state which is currently processed.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends State> |
State.call()
Executes the task in this state.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StateRunner.init(Class<? extends State> stateClass)
Defines the initial state of the state machine.
|
Copyright © 2015–2018 openbase.org. All rights reserved.