Class PluginCounterInvalidatorListener
java.lang.Object
com.atlassian.confluence.plugin.webresource.PluginCounterInvalidatorListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandlePluginEvent(PluginEvent pluginEvent) voidhandlePluginFrameworkStartedEvent(PluginFrameworkStartedEvent pluginFrameworkStartedEvent) We get notified of every single plugin module during startup, since we are only interested in changes after we are started we track the status of the startup.
-
Constructor Details
-
PluginCounterInvalidatorListener
-
-
Method Details
-
handlePluginEvent
-
handlePluginFrameworkStartedEvent
@EventListener public void handlePluginFrameworkStartedEvent(PluginFrameworkStartedEvent pluginFrameworkStartedEvent) We get notified of every single plugin module during startup, since we are only interested in changes after we are started we track the status of the startup.
-