Uses of Class
com.atlassian.greenhopper.EventListenerRegistry.ListenerKey

Packages that use EventListenerRegistry.ListenerKey
com.atlassian.greenhopper   
 

Uses of EventListenerRegistry.ListenerKey in com.atlassian.greenhopper
 

Methods in com.atlassian.greenhopper that return EventListenerRegistry.ListenerKey
static EventListenerRegistry.ListenerKey EventListenerRegistry.ListenerKey.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EventListenerRegistry.ListenerKey[] EventListenerRegistry.ListenerKey.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.atlassian.greenhopper with parameters of type EventListenerRegistry.ListenerKey
 java.lang.Object EventListenerRegistry.getListener(EventListenerRegistry.ListenerKey key)
          Get a previously registered event listener
 void EventListenerRegistry.registerListener(EventListenerRegistry.ListenerKey key, java.lang.Object listener)
          Register an event listener with JIRA
 void EventListenerRegistry.unregisterListener(EventListenerRegistry.ListenerKey key)
          Unregister an event listener
 



Copyright © 2007-2014 Atlassian. All Rights Reserved.