Class BlockingEvent

    • Constructor Summary

      Constructors 
      Constructor Description
      BlockingEvent()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract int loop()  
      abstract boolean validate()  
      • Methods inherited from class java.lang.Object

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

      • BlockingEvent

        public BlockingEvent()
    • Method Detail

      • validate

        public abstract boolean validate()
      • loop

        public abstract int loop()