Class Exiter


  • public class Exiter
    extends java.lang.Object
    Allows to exit the application.
    • Constructor Summary

      Constructors 
      Constructor Description
      Exiter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void terminate()
      Terminates the application.
      void waitForTermination()
      Waits until the window has been disposed.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Exiter

        public Exiter()
    • Method Detail

      • terminate

        public void terminate()
        Terminates the application.
      • waitForTermination

        public void waitForTermination()
                                throws java.lang.InterruptedException
        Waits until the window has been disposed.
        Throws:
        java.lang.InterruptedException - if the current thread has been interrupted