Uses of Interface
org.apache.sshd.common.util.SshdEventListener
Packages that use SshdEventListener
Package
Description
-
Uses of SshdEventListener in org.apache.sshd.common.future
Subinterfaces of SshdEventListener in org.apache.sshd.common.futureModifier and TypeInterfaceDescriptioninterfaceSshFutureListener<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 -
Uses of SshdEventListener in org.apache.sshd.common.util
Methods in org.apache.sshd.common.util with type parameters of type SshdEventListenerModifier and TypeMethodDescriptionstatic <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