|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.jira.startup.JiraStartupPluginSystemListener
public class JiraStartupPluginSystemListener
Event listener for internal JIRA events that the JiraStartupChecklist cares about.
JiraStartupChecklist,
JiraStartupState| Constructor Summary | |
|---|---|
JiraStartupPluginSystemListener(com.atlassian.event.api.EventPublisher eventPublisher)
Creates a new JiraStartupPluginSystemListener. |
|
| Method Summary | |
|---|---|
void |
onPluginSystemRestarted(com.atlassian.plugin.event.events.PluginFrameworkWarmRestartedEvent event)
Dispatches the "Plugin System Warn Restarting" event to the current JIRA startup state. |
void |
onPluginSystemShutdown(com.atlassian.plugin.event.events.PluginFrameworkShutdownEvent event)
Dispatches the "Plugin System Shutdown" event to the current JIRA startup state. |
void |
onPluginSystemStarted(com.atlassian.plugin.event.events.PluginFrameworkStartedEvent event)
Dispatches the "Plugin System Loaded" event to the current JIRA startup state. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JiraStartupPluginSystemListener(com.atlassian.event.api.EventPublisher eventPublisher)
eventPublisher - an EventPublisher| Method Detail |
|---|
@EventListener public void onPluginSystemStarted(com.atlassian.plugin.event.events.PluginFrameworkStartedEvent event)
event - a PluginFrameworkStartedEvent@EventListener public void onPluginSystemShutdown(com.atlassian.plugin.event.events.PluginFrameworkShutdownEvent event)
event - a PluginFrameworkShutdownEvent@EventListener public void onPluginSystemRestarted(com.atlassian.plugin.event.events.PluginFrameworkWarmRestartedEvent event)
event - a PluginFrameworkWarmRestartedEvent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||