Package 

Interface QueueReleaseInterface


  • 
    public interface QueueReleaseInterface
    
                        

    Interface used for releasing the Operation Queue so it may proceed with execution of the next operation

    • Method Summary

      Modifier and Type Method Description
      abstract void release()
      • Methods inherited from class java.lang.Object

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