Class ExecutionCompletionService.QueueingListener

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected QueueingListener()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void futureDone​(java.util.concurrent.Future<V> future)  
      • Methods inherited from class java.lang.Object

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

      • QueueingListener

        protected QueueingListener()
    • Method Detail

      • futureDone

        public void futureDone​(java.util.concurrent.Future<V> future)
        Specified by:
        futureDone in interface FutureListener<V>