Uses of Interface
org.apache.sshd.common.future.SshFutureListener
-
Packages that use SshFutureListener Package Description org.apache.sshd.common org.apache.sshd.common.future org.apache.sshd.common.util.closeable org.apache.sshd.common.util.threads -
-
Uses of SshFutureListener in org.apache.sshd.common
Methods in org.apache.sshd.common with parameters of type SshFutureListener Modifier and Type Method Description voidCloseable. addCloseFutureListener(SshFutureListener<CloseFuture> listener)Pre-register a listener to be informed when resource is closed.voidCloseable. removeCloseFutureListener(SshFutureListener<CloseFuture> listener)Remove a pre-registered close event listener -
Uses of SshFutureListener in org.apache.sshd.common.future
Methods in org.apache.sshd.common.future that return SshFutureListener Modifier and Type Method Description protected SshFutureListener<T>AbstractSshFuture. asListener(Object o)Methods in org.apache.sshd.common.future with parameters of type SshFutureListener Modifier and Type Method Description TDefaultSshFuture. addListener(SshFutureListener<T> listener)TSshFuture. addListener(SshFutureListener<T> listener)Adds an event listener which is notified when this future is completed.protected voidAbstractSshFuture. notifyListener(SshFutureListener<T> l)TDefaultSshFuture. removeListener(SshFutureListener<T> listener)TSshFuture. removeListener(SshFutureListener<T> listener)Removes an existing event listener so it won't be notified when the future is completed. -
Uses of SshFutureListener in org.apache.sshd.common.util.closeable
Methods in org.apache.sshd.common.util.closeable with parameters of type SshFutureListener Modifier and Type Method Description voidAbstractCloseable. addCloseFutureListener(SshFutureListener<CloseFuture> listener)voidSimpleCloseable. addCloseFutureListener(SshFutureListener<CloseFuture> listener)voidAbstractCloseable. removeCloseFutureListener(SshFutureListener<CloseFuture> listener)voidSimpleCloseable. removeCloseFutureListener(SshFutureListener<CloseFuture> listener) -
Uses of SshFutureListener in org.apache.sshd.common.util.threads
Methods in org.apache.sshd.common.util.threads with parameters of type SshFutureListener Modifier and Type Method Description voidNoCloseExecutor. addCloseFutureListener(SshFutureListener<CloseFuture> listener)voidSshThreadPoolExecutor. addCloseFutureListener(SshFutureListener<CloseFuture> listener)voidNoCloseExecutor. removeCloseFutureListener(SshFutureListener<CloseFuture> listener)voidSshThreadPoolExecutor. removeCloseFutureListener(SshFutureListener<CloseFuture> listener)
-