Uses of Interface
org.apache.guacamole.net.event.DirectoryEvent
Packages that use DirectoryEvent
Package
Description
Provides classes for storing information about events that are
 triggered when users log into and use the Guacamole web application.
- 
Uses of DirectoryEvent in org.apache.guacamole.net.eventSubinterfaces of DirectoryEvent in org.apache.guacamole.net.eventModifier and TypeInterfaceDescriptioninterfaceDirectoryFailureEvent<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.