Interface IState<T>

All Known Implementing Classes:
ErrorState, MessageState, State

public interface IState<T>
  • Method Details

    • getStateType

      IStateType getStateType()
    • getContext

      T getContext()