com.atlassian.jira.event.user
Class UserEvent

java.lang.Object
  extended by com.atlassian.jira.event.AbstractEvent
      extended by com.atlassian.jira.event.user.UserEvent
All Implemented Interfaces:
JiraEvent

public final class UserEvent
extends AbstractEvent

A UserEvent


Field Summary
 
Fields inherited from class com.atlassian.jira.event.AbstractEvent
params, time
 
Constructor Summary
UserEvent(java.util.Map params, com.opensymphony.user.User user)
           
UserEvent(com.opensymphony.user.User user)
           
 
Method Summary
 com.opensymphony.user.User getUser()
           
 
Methods inherited from class com.atlassian.jira.event.AbstractEvent
equals, getParams, getTime, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserEvent

public UserEvent(com.opensymphony.user.User user)
Parameters:
user - The user this event refers to

UserEvent

public UserEvent(java.util.Map params,
                 com.opensymphony.user.User user)
Parameters:
params - Parameters retrieved by the Listener
user - The user this event refers to
Method Detail

getUser

public com.opensymphony.user.User getUser()


Copyright © 2002-2006 Atlassian. All Rights Reserved.