Interface MainStage

    • Method Summary

      Modifier and Type Method Description
      void start()
      Ensures that this Stage is up and running.
      void stop()
      Ensures that this Stage has been permanently stopped.
    • Method Detail

      • start

        void start()
        Ensures that this Stage is up and running.
        Throws:
        IllegalStateException - if this Stage has been stopped.
      • stop

        void stop()
        Ensures that this Stage has been permanently stopped.