| Package | Description |
|---|---|
| org.statefulj.fsm | |
| org.statefulj.persistence.memory |
| Modifier and Type | Method and Description |
|---|---|
void |
Persister.setCurrent(T stateful,
State<T> current,
State<T> next)
Set the current state to the next state.
|
protected void |
FSM.setCurrent(T stateful,
State<T> current,
State<T> next) |
| Modifier and Type | Method and Description |
|---|---|
void |
MemoryPersisterImpl.setCurrent(T stateful,
State<T> current,
State<T> next) |
Copyright © 2015. All rights reserved.