Uses of Enum
org.apache.sshd.common.session.SessionListener.Event
Packages that use SessionListener.Event
Package
Description
-
Uses of SessionListener.Event in org.apache.sshd.client.session
Methods in org.apache.sshd.client.session with parameters of type SessionListener.EventModifier and TypeMethodDescriptionprotected voidClientSessionImpl.signalSessionEvent(SessionListener.Event event) -
Uses of SessionListener.Event in org.apache.sshd.common.session
Methods in org.apache.sshd.common.session that return SessionListener.EventModifier and TypeMethodDescriptionstatic SessionListener.EventReturns the enum constant of this type with the specified name.static SessionListener.Event[]SessionListener.Event.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.sshd.common.session with parameters of type SessionListener.EventModifier and TypeMethodDescriptiondefault voidSessionListener.sessionEvent(Session session, SessionListener.Event event) An event has been triggered -
Uses of SessionListener.Event in org.apache.sshd.common.session.helpers
Methods in org.apache.sshd.common.session.helpers with parameters of type SessionListener.EventModifier and TypeMethodDescriptionprotected voidSessionHelper.signalSessionEvent(SessionListener.Event event) Sends a session event to all currently registered session listenersprotected voidSessionHelper.signalSessionEvent(SessionListener listener, SessionListener.Event event)