Uses of Interface
org.apache.sshd.common.util.SshdEventListener
-
Packages that use SshdEventListener Package Description org.apache.sshd.common.future org.apache.sshd.common.io org.apache.sshd.common.util -
-
Uses of SshdEventListener in org.apache.sshd.common.future
Subinterfaces of SshdEventListener in org.apache.sshd.common.future Modifier and Type Interface Description interfaceSshFutureListener<T extends SshFuture>Something interested in being notified when the completion of an asynchronous SSH operation :SshFuture. -
Uses of SshdEventListener in org.apache.sshd.common.io
Subinterfaces of SshdEventListener in org.apache.sshd.common.io Modifier and Type Interface Description interfaceIoServiceEventListener -
Uses of SshdEventListener in org.apache.sshd.common.util
Methods in org.apache.sshd.common.util with type parameters of type SshdEventListener Modifier and Type Method Description static <T extends SshdEventListener>
TEventListenerUtils. proxyWrapper(Class<T> listenerType, ClassLoader loader, Iterable<? extends T> listeners)Provides proxy wrapper around anIterablecontainer of listener interface implementation.static <T extends SshdEventListener>
TEventListenerUtils. proxyWrapper(Class<T> listenerType, Iterable<? extends T> listeners)Provides proxy wrapper around anIterablecontainer of listener interface implementation.static <L extends SshdEventListener>
Set<L>EventListenerUtils. synchronizedListenersSet()static <L extends SshdEventListener>
Set<L>EventListenerUtils. synchronizedListenersSet(Collection<? extends L> listeners)static <L extends SshdEventListener>
LSshdEventListener. validateListener(L listener, String prefix)Makes sure that the listener is neithernullnor a proxy
-