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:
- Serializable
public class StatusClearedEvent
- extends ConfluenceEvent
Fired when a user's current status is cleared.
- See Also:
- Serialized Form
Method Summary |
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 |
StatusClearedEvent
public StatusClearedEvent(Object src,
String username)
getUsername
public 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-2013 Atlassian. All Rights Reserved.