com.atlassian.jira.event.issue
Class IssueEventListenerHandler

java.lang.Object
  extended by com.atlassian.jira.event.issue.IssueEventListenerHandler
All Implemented Interfaces:
com.atlassian.event.spi.ListenerHandler

public class IssueEventListenerHandler
extends java.lang.Object
implements com.atlassian.event.spi.ListenerHandler

Used to invoke legacy issue events within atlassian-events.

Since:
v4.1

Constructor Summary
IssueEventListenerHandler()
           
 
Method Summary
 java.util.List<? extends com.atlassian.event.spi.ListenerInvoker> getInvokers(java.lang.Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IssueEventListenerHandler

public IssueEventListenerHandler()
Method Detail

getInvokers

public java.util.List<? extends com.atlassian.event.spi.ListenerInvoker> getInvokers(java.lang.Object o)
Specified by:
getInvokers in interface com.atlassian.event.spi.ListenerHandler


Copyright © 2002-2010 Atlassian. All Rights Reserved.