|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SshFutureListener<T extends SshFuture>
Something interested in being notified when the completion
of an asynchronous SSH operation : SshFuture.
| 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 |
|---|
void operationComplete(T future)
SshFuture
has been completed even if you add the listener after the completion.
future - The source SshFuture which called this
callback.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||