org.apache.sshd.common.future
Interface SshFutureListener<T extends SshFuture>
- All Superinterfaces:
- java.util.EventListener
public interface SshFutureListener<T extends SshFuture>
- extends java.util.EventListener
Something interested in being notified when the completion
of an asynchronous SSH operation : SshFuture.
- Author:
- Apache MINA SSHD Project
|
Method Summary |
void |
operationComplete(T future)
Invoked when the operation associated with the SshFuture
has been completed even if you add the listener after the completion. |
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.
Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.