Interface GridconStateObject

All Known Implementing Classes:
BaseState, Error, Run, Stopped, Undefined

public interface GridconStateObject
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    act(GridconSettings gridconSettings)
    in this method everything should be executed what there is to do in this state.
    Depending on the circumstances the next state according to the state machine is returned.
    Returns the corresponding state.