Interface ResultsReceiver<T>


  • public interface ResultsReceiver<T>
    • Method Detail

      • receiveResults

        void receiveResults​(T results)
      • exceptionOccurred

        void exceptionOccurred​(Throwable e)