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 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.