com.atlassian.jira.event
Interface ListenerManager

All Superinterfaces:
JiraManager
All Known Implementing Classes:
DefaultListenerManager, SubvertedListenerManager

public interface ListenerManager
extends JiraManager

Responsible for maintaining a event listeners. These are generally configured in the database, and implementing Listener classes must implement the JiraListener interface.


Method Summary
 Map getListeners()
          Returns a map of listeners.
 void refresh()
          Reloads the map of listeners from the db.
 

Method Detail

getListeners

Map getListeners()
Returns a map of listeners. The map contains mappings from the listener name to listener class.

Returns:
A map with name -> class mappings.

refresh

void refresh()
Reloads the map of listeners from the db.



Copyright © 2002-2009 Atlassian. All Rights Reserved.