Uses of Interface
org.apache.guacamole.net.event.UserEvent
Packages that use UserEvent
Package
Description
Provides classes for storing information about events that are
triggered when users log into and use the Guacamole web application.
-
Uses of UserEvent in org.apache.guacamole.net.event
Subinterfaces of UserEvent in org.apache.guacamole.net.eventModifier and TypeInterfaceDescriptioninterfaceDirectoryEvent<ObjectType extends Identifiable>Abstract basis for events which involve a modification made to the objects within aDirectorythrough the operations exposed by the Directory interface.interfaceDirectoryFailureEvent<ObjectType extends Identifiable>Event that is dispatched whenever a REST API request to create/modify/delete an object within aDirectoryfails.interfaceDirectorySuccessEvent<ObjectType extends Identifiable>Event that is dispatched whenever a REST API request to create/modify/delete an object within aDirectorysucceeds.interfaceIdentifiableObjectEvent<ObjectType extends Identifiable>Abstract basis for events which affect or directly relate to objects that areIdentifiableand may be stored within aDirectory.interfaceEvent that is dispatched when a user has logged out or their session has expired.Classes in org.apache.guacamole.net.event that implement UserEventModifier and TypeClassDescriptionclassAn event which is triggered whenever a user's credentials pass authentication.classAn event which is triggered whenever a tunnel is being closed.classAn event which is triggered whenever a tunnel is being connected.