Interface ThreadQueue.Listener

  • Enclosing class:
    ThreadQueue

    public static interface ThreadQueue.Listener
    If the number of running threads goes down to zero implementations of this interface are able to be informed.
    • Method Detail

      • allRunningThreadsFinished

        void allRunningThreadsFinished()