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. The user is the user that the event is occurring on. The initiating user is the person who triggered the event.


Field Summary
 
Fields inherited from class com.atlassian.jira.event.AbstractEvent
params, time
 
Constructor Summary
UserEvent(Map params, User user)
           
UserEvent(User user)
           
 
Method Summary
 User getInitiatingUser()
           
 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(User user)
Parameters:
user - The user this event refers to

UserEvent

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

getUser

public User getUser()

getInitiatingUser

public User getInitiatingUser()


Copyright © 2002-2008 Atlassian. All Rights Reserved.