Class CollectingIntermediateResultListener<E>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.Collection<E> results
      The results.
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      abstract void exceptionOccurred​(java.lang.Exception exception)
      Called when an exception occurred.
      void finished()
      Declare that the future is finished.
      void intermediateResultAvailable​(E result)
      Called when an intermediate result is available.
      abstract void resultAvailable​(java.util.Collection<E> result)
      Called when the result is available.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait