com.atlassian.jira.event.user
Class UserEventListenerHandler

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

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

Used to invoke the legacy UserEvents from atlassian-events.

Since:
v4.1

Constructor Summary
UserEventListenerHandler()
           
 
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

UserEventListenerHandler

public UserEventListenerHandler()
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-2011 Atlassian. All Rights Reserved.