Uses of Class
com.atlassian.confluence.event.events.admin.ConfigurationEvent
-
Packages that use ConfigurationEvent Package Description com.atlassian.confluence.event.events.admin com.atlassian.confluence.event.events.plugin -
-
Uses of ConfigurationEvent in com.atlassian.confluence.event.events.admin
Subclasses of ConfigurationEvent in com.atlassian.confluence.event.events.admin Modifier and Type Class Description class
GlobalSettingsChangedEvent
Event announcing a change in the global configuration of Confluence.class
GlobalSettingsViewEvent
Represents an administrator viewing the global settings.class
LicenceUpdatedEvent
class
MailServerCreateEvent
class
MailServerDeleteEvent
class
MailServerEditEvent
class
MailServerEvent
class
MaxCacheSizeChangedEvent
Event that indicates that max cache size for a particular cache needs to be changed.class
PluginMacroRegisteredEvent
An event to indicate that a macro has been registered with an XHTMLMacroManager
from a plugin.class
PluginMacroUnregisteredEvent
An event to indicate that a plugin hosted macro has been unregistered with an XHTMLMacroManager
.class
ViewGeneralConfigEvent
-
Uses of ConfigurationEvent in com.atlassian.confluence.event.events.plugin
Subclasses of ConfigurationEvent in com.atlassian.confluence.event.events.plugin Modifier and Type Class Description class
PluginDisableEvent
class
PluginEnableEvent
class
PluginEvent
class
PluginInstallEvent
Fired when a plugin is detected by scanForNewPluginsclass
PluginModuleDisableEvent
class
PluginModuleEnableEvent
class
PluginModuleEvent
Abstract superclass of all plugin module events.class
PluginUninstallEvent
-