Package net.sourceforge.guacamole.net.event

Provides classes for hooking into various events that take place as users log into and use the Guacamole web application.

See:
          Description

Interface Summary
CredentialEvent Abstract basis for events which may have associated user credentials when triggered.
TunnelEvent Abstract basis for events associated with tunnels.
 

Class Summary
AuthenticationFailureEvent An event which is triggered whenever a user's credentials fail to be authenticated.
AuthenticationSuccessEvent An event which is triggered whenever a user's credentials pass authentication.
TunnelCloseEvent An event which is triggered whenever a tunnel is being closed.
TunnelConnectEvent An event which is triggered whenever a tunnel is being connected.
 

Package net.sourceforge.guacamole.net.event Description

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 occurence of an event and, in some cases, prevent the web application from allowing the event to continue for the user that triggered it.



Copyright © 2013. All Rights Reserved.