Package | Description |
---|---|
org.apache.sshd.common.future |
Modifier and Type | Method and Description |
---|---|
T |
DefaultSshFuture.addListener(SshFutureListener<T> listener)
Adds an event listener which is notified when
this future is completed.
|
T |
SshFuture.addListener(SshFutureListener<T> listener)
Adds an event listener which is notified when
this future is completed.
|
T |
DefaultSshFuture.removeListener(SshFutureListener<T> listener)
Removes an existing event listener so it won't be notified when
the future is completed.
|
T |
SshFuture.removeListener(SshFutureListener<T> listener)
Removes an existing event listener so it won't be notified when
the future is completed.
|
Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.