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, com.atlassian.crowd.embedded.api.User user)
           
static void dispatchEvent(int type, com.atlassian.crowd.embedded.api.User user, Map<String,Object> 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.atlassian.crowd.embedded.api.User user)

dispatchEvent

public static void dispatchEvent(int type,
                                 com.atlassian.crowd.embedded.api.User user,
                                 Map<String,Object> params)


Copyright © 2002-2014 Atlassian. All Rights Reserved.