Package org.apache.guacamole.net.event.listener
Provides classes for hooking into various events that take place as
users log into and use the Guacamole web application. These event
hooks can be used to take action upon occurrence of an event and,
in some cases, prevent the web application from allowing the
event to continue for the user that triggered it.
-
Interface Summary Interface Description AuthenticationFailureListener Deprecated. Listeners should instead implement theListener
interface.AuthenticationSuccessListener Deprecated. Listeners should instead implement theListener
interface.Listener A listener for events that occur in handing various Guacamole requests such as authentication, tunnel connect/close, etc.TunnelCloseListener Deprecated. Listeners should instead implement theListener
interface.TunnelConnectListener Deprecated. Listeners should instead implement theListener
interface.