com.atlassian.confluence.event.events.userstatus
Class StatusClearedEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.springframework.context.ApplicationEvent
          extended by com.atlassian.event.Event
              extended by com.atlassian.confluence.event.events.ConfluenceEvent
                  extended by 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

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
StatusClearedEvent(Object src, String username)
           
 
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
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StatusClearedEvent

public StatusClearedEvent(Object src,
                          String username)
Method Detail

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.