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 theListenerinterface.AuthenticationSuccessListener Deprecated. Listeners should instead implement theListenerinterface.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 theListenerinterface.TunnelConnectListener Deprecated. Listeners should instead implement theListenerinterface.