public class

JiraApplicationEventListener

extends Object
implements Startable
java.lang.Object
   ↳ com.atlassian.jira.application.JiraApplicationEventListener

Class Overview

Class to register an 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.

Summary

Public Constructors
JiraApplicationEventListener(ApplicationEventListener delegate)
Public Methods
void start()
This method will be called after the plugin system is fully initialised and all components added to the dependency injection framework.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.extension.Startable

Public Constructors

public JiraApplicationEventListener (ApplicationEventListener delegate)

Public Methods

public void start ()

This method will be called after the plugin system is fully initialised and all components added to the dependency injection framework.

Throws
Exception