Uses of Interface
com.atlassian.event.EventListener

Packages that use EventListener
com.atlassian.event   
com.atlassian.event.internal   
com.atlassian.event.legacy   
 

Uses of EventListener in com.atlassian.event
 

Methods in com.atlassian.event with parameters of type EventListener
 void EventManager.registerListener(java.lang.String listenerKey, EventListener listener)
          Deprecated. Register a listener to receive events.
 

Uses of EventListener in com.atlassian.event.internal
 

Methods in com.atlassian.event.internal with parameters of type EventListener
 void EventPublisherImpl.registerListener(java.lang.String listenerKey, EventListener listener)
           
 

Uses of EventListener in com.atlassian.event.legacy
 

Classes in com.atlassian.event.legacy that implement EventListener
 class SpringContextEventPublisher
          An event listener for all Spring application events so that they get published to the actual Spring context.
 



Copyright © 2006-2009 Atlassian. All Rights Reserved.