Interface IState<T>
-
- All Known Implementing Classes:
ErrorState,MessageState,State
public interface IState<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TgetContext()IStateTypegetStateType()
-
-
-
Method Detail
-
getStateType
IStateType getStateType()
-
getContext
T getContext()
-
-