Class MultiServiceInvocationHandler.IntermediateMethodResultListener<T>

    • Constructor Summary

      Constructors 
      Constructor Description
      IntermediateMethodResultListener​(Future fut, java.lang.reflect.Method method, java.lang.Object[] args, java.lang.reflect.Method muxmethod)
      Create a new listener.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void exceptionOccurred​(java.lang.Exception exception)
      Called when an exception has occurred.
      void finished()
      Called when all services have been found.
      void intermediateResultAvailable​(T result)
      Called when a service has been found.
      void resultAvailable​(java.util.Collection<T> result)
      Called when services have been found.
      • Methods inherited from class java.lang.Object

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