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 void
ClientSessionImpl.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.Event
Returns 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 void
SessionListener.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 void
SessionHelper.signalSessionEvent
(SessionListener.Event event) Sends a session event to all currently registered session listenersprotected void
SessionHelper.signalSessionEvent
(SessionListener listener, SessionListener.Event event)