Interface LifeCycle

    • Method Detail

      • getState

        LifeCycle.State getState()
        Gets the life-cycle state.
        Returns:
        the life-cycle state
      • initialize

        void initialize()
      • start

        void start()
      • stop

        void stop()
      • isStarted

        boolean isStarted()
      • isStopped

        boolean isStopped()