Uses of Interface
org.apache.guacamole.net.event.IdentifiableObjectEvent
Packages that use IdentifiableObjectEvent
Package
Description
Provides classes for storing information about events that are
triggered when users log into and use the Guacamole web application.
-
Uses of IdentifiableObjectEvent in org.apache.guacamole.net.event
Subinterfaces of IdentifiableObjectEvent in org.apache.guacamole.net.eventModifier and TypeInterfaceDescriptioninterface
DirectoryEvent<ObjectType extends Identifiable>
Abstract basis for events which involve a modification made to the objects within aDirectory
through the operations exposed by the Directory interface.interface
DirectoryFailureEvent<ObjectType extends Identifiable>
Event that is dispatched whenever a REST API request to create/modify/delete an object within aDirectory
fails.interface
DirectorySuccessEvent<ObjectType extends Identifiable>
Event that is dispatched whenever a REST API request to create/modify/delete an object within aDirectory
succeeds.