Interface FutureListener<V>

    • Method Detail

      • operationComplete

        void operationComplete​(Future<? extends V> future)
                        throws Exception
        Invoked when the operation associated with the Future has been completed.
        Parameters:
        future - the source Future which called this callback
        Throws:
        Exception