Interface SshFutureListener<T extends SshFuture>

    • Method Detail

      • operationComplete

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