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 classPluginDisableEventclassPluginEnableEventclassPluginInstallEventFired when a plugin is detected by scanForNewPluginsclassPluginModuleDisableEventclassPluginModuleEnableEventclassPluginModuleEventAbstract superclass of all plugin module events.classPluginUninstallEvent -
Uses of PluginEvent in com.atlassian.confluence.plugin
Methods in com.atlassian.confluence.plugin with parameters of type PluginEvent Modifier and Type Method Description voidPluginEventLogger. 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 voidPluginCounterInvalidatorListener. 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 voidCachingI18NBeanFactory. onPluginEvent(PluginEvent event)This listens to the confluence-level plugin events, which have come across the cluster.
-