org.apache.sshd.common.future
Interface SshFutureListener<T extends SshFuture>

All Superinterfaces:
EventListener

public interface SshFutureListener<T extends SshFuture>
extends 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.
 

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.


Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.