T
- type of future@FunctionalInterface public interface SshFutureListener<T extends SshFuture> extends SshdEventListener
SshFuture
.Modifier and Type | Method and Description |
---|---|
void |
operationComplete(T future)
Invoked when the operation associated with the
SshFuture has been completed even if you add the listener
after the completion. |
validateListener
Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.