Interface IStateMgmt


public interface IStateMgmt
Interface to extract and apply the state.
  • Method Details

    • extractState

      String extractState()
    • applyState

      void applyState(String state)