com.atlassian.confluence.event.events.userstatus
Class StatusClearedEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.atlassian.event.Event
com.atlassian.confluence.event.events.ConfluenceEvent
com.atlassian.confluence.event.events.userstatus.StatusClearedEvent
- All Implemented Interfaces:
- java.io.Serializable
public class StatusClearedEvent
- extends ConfluenceEvent
Fired when a user's current status is cleared.
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
Method Summary |
java.lang.String |
getUsername()
Gets the username of the user who just had their status cleared. |
Methods inherited from class com.atlassian.event.Event |
equals, hashCode |
Methods inherited from class org.springframework.context.ApplicationEvent |
getTimestamp |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
StatusClearedEvent
public StatusClearedEvent(java.lang.Object src,
java.lang.String username)
getUsername
public java.lang.String getUsername()
- Gets the username of the user who just had their status cleared.
- Returns:
- the username of the user who just had their status cleared.
Copyright © 2003-2014 Atlassian. All Rights Reserved.