Class EventWaiter


  • public class EventWaiter
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      EventWaiter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void eventOccurred()  
      boolean waitForEvent​(long timeout)  
      • Methods inherited from class java.lang.Object

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

      • sleeping

        private boolean sleeping
      • wakeup_outstanding

        private boolean wakeup_outstanding
    • Constructor Detail

      • EventWaiter

        public EventWaiter()
    • Method Detail

      • waitForEvent

        public boolean waitForEvent​(long timeout)
      • eventOccurred

        public void eventOccurred()