Interface ExecutorTerminatedListener


  • public interface ExecutorTerminatedListener
    A listener of termination of a PausableThreadPoolExecutor.
    See Also:
    PausableThreadPoolExecutor
    • Method Detail

      • terminated

        void terminated()
        Called when the executor has terminated.
        See Also:
        ThreadPoolExecutor.isTerminated()