com.atlassian.jira.event.user
Class UserEventDispatcher

java.lang.Object
  extended by com.atlassian.jira.event.user.UserEventDispatcher

public class UserEventDispatcher
extends Object


Constructor Summary
UserEventDispatcher()
           
 
Method Summary
static void dispatchEvent(int type, User user)
           
static void dispatchEvent(int type, User user, Map params)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserEventDispatcher

public UserEventDispatcher()
Method Detail

dispatchEvent

public static void dispatchEvent(int type,
                                 User user)

dispatchEvent

public static void dispatchEvent(int type,
                                 User user,
                                 Map params)


Copyright © 2002-2009 Atlassian. All Rights Reserved.