Class InitializedState.Transition

    • Constructor Detail

      • Transition

        public Transition​(CreatedState oldState)
        Instantiates a new initializing state.
        Parameters:
        oldState - the old state
    • Method Detail

      • getHumanReadableName

        public java.lang.String getHumanReadableName()
        Description copied from class: MultiClientState
        Returns a human readable name for the state. Used within toString()
        Overrides:
        getHumanReadableName in class CreatedState
        Returns:
        A human readable name
      • initialize

        protected void initialize​(boolean generateUserLogs)
        Description copied from class: MultiClientState
        Initialize Multi-Client object. This will initialize the logs for this session. The log location can be configured with the setLogLocation() method, but must be done before the initialize() method is called.
        Overrides:
        initialize in class CreatedState