com.atlassian.jira.event.user
Class UserEventDispatcher

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

public class UserEventDispatcher
extends java.lang.Object


Constructor Summary
UserEventDispatcher()
           
 
Method Summary
static void dispatchEvent(int type, com.opensymphony.user.User user)
           
static void dispatchEvent(int type, com.opensymphony.user.User user, java.util.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,
                                 com.opensymphony.user.User user)

dispatchEvent

public static void dispatchEvent(int type,
                                 com.opensymphony.user.User user,
                                 java.util.Map params)


Copyright © 2002-2011 Atlassian. All Rights Reserved.