Class Waiter


  • public class Waiter
    extends java.lang.Object
    The Class Waiter.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.Object waitObject
      The wait object.
      private boolean wokeUpIntentionally
      The woke up intentionally.
    • Constructor Summary

      Constructors 
      Constructor Description
      Waiter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) void finished()
      Finished.
      (package private) void waitforGUI()
      Waitfor GUI.
      • Methods inherited from class java.lang.Object

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

      • wokeUpIntentionally

        private boolean wokeUpIntentionally
        The woke up intentionally.
      • waitObject

        private final java.lang.Object waitObject
        The wait object.
    • Constructor Detail

      • Waiter

        public Waiter()
    • Method Detail

      • waitforGUI

        void waitforGUI()
        Waitfor GUI.
      • finished

        void finished()
        Finished.