public class JiraApplicationEventListener extends Object implements Startable
ApplicationEventListener
on JIRA's event bus. The register
method of the
event listener needs to be called when JIRA starts. There is no cross product way of doing this so we do it
here in this simple wrapper class.Constructor and Description |
---|
JiraApplicationEventListener(com.atlassian.application.host.plugin.ApplicationEventListener delegate) |
Modifier and Type | Method and Description |
---|---|
void |
start()
This method will be called after the plugin system is fully initialised and all components added to the
dependency injection framework.
|
public JiraApplicationEventListener(com.atlassian.application.host.plugin.ApplicationEventListener delegate)
Copyright © 2002-2019 Atlassian. All Rights Reserved.