public abstract class WithState<T> extends Object
StateMachine.State.| Constructor and Description |
|---|
WithState(T wrapped,
StateMachine.State state) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
StateMachine.State |
getState() |
T |
getWrapped() |
int |
hashCode() |
String |
toString() |
public WithState(T wrapped, StateMachine.State state)
public StateMachine.State getState()
public T getWrapped()