Uses of Class
com.atlassian.confluence.event.events.plugin.PluginEvent
-
Packages that use PluginEvent Package Description com.atlassian.confluence.event.events.plugin com.atlassian.confluence.plugin com.atlassian.confluence.plugin.webresource com.atlassian.confluence.util.i18n -
-
Uses of PluginEvent in com.atlassian.confluence.event.events.plugin
Subclasses of PluginEvent in com.atlassian.confluence.event.events.plugin Modifier and Type Class Description class
PluginDisableEvent
class
PluginEnableEvent
class
PluginInstallEvent
Fired when a plugin is detected by scanForNewPluginsclass
PluginModuleDisableEvent
class
PluginModuleEnableEvent
class
PluginModuleEvent
Abstract superclass of all plugin module events.class
PluginUninstallEvent
-
Uses of PluginEvent in com.atlassian.confluence.plugin
Methods in com.atlassian.confluence.plugin with parameters of type PluginEvent Modifier and Type Method Description void
PluginEventLogger. handleEvent(PluginEvent event)
-
Uses of PluginEvent in com.atlassian.confluence.plugin.webresource
Methods in com.atlassian.confluence.plugin.webresource with parameters of type PluginEvent Modifier and Type Method Description void
PluginCounterInvalidatorListener. handlePluginEvent(PluginEvent pluginEvent)
-
Uses of PluginEvent in com.atlassian.confluence.util.i18n
Methods in com.atlassian.confluence.util.i18n with parameters of type PluginEvent Modifier and Type Method Description void
CachingI18NBeanFactory. onPluginEvent(PluginEvent event)
This listens to the confluence-level plugin events, which have come across the cluster.
-