| Package | Description |
|---|---|
| net.kuujo.copycat.state |
| Modifier and Type | Method and Description |
|---|---|
StateContext<T> |
StateContext.clear()
Clears state from the state context.
|
StateContext<T> |
StateContext.put(String key,
Object value)
Puts a value in the state context.
|
StateContext<T> |
StateContext.transition(T state)
Transitions the context to a new state.
|
Copyright © 2013-2015. All Rights Reserved.