public class StateHistoryEntry
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static StateHistoryEntry |
create(ClientAction action,
StateNode state) |
ClientAction |
getAction() |
StateNode |
getState() |
StateHistoryEntry |
withAction(ClientAction action) |
StateHistoryEntry |
withState(StateNode state) |
public static StateHistoryEntry create(ClientAction action, StateNode state)
public ClientAction getAction()
public StateHistoryEntry withAction(ClientAction action)
public StateNode getState()
public StateHistoryEntry withState(StateNode state)