Class State<T>
- java.lang.Object
-
- net.anwiba.commons.workflow.state.State<T>
-
-
Constructor Summary
Constructors Constructor Description State(T context, IStateType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TgetContext()IStateTypegetStateType()
-
-
-
Constructor Detail
-
State
public State(T context, IStateType type)
-
-
Method Detail
-
getStateType
public IStateType getStateType()
- Specified by:
getStateTypein interfaceIState<T>
-
getContext
public T getContext()
- Specified by:
getContextin interfaceIState<T>
-
-