Interface IoFutureListener<F extends IoFuture>

    • Method Detail

      • operationComplete

        void operationComplete​(F future)
        Invoked when the operation associated with the IoFuture has been completed even if you add the listener after the completion.
        Parameters:
        future - The source IoFuture which called this callback.