com.atlassian.confluence.event.events.userstatus
Class StatusCreateEvent
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.content.ContentEvent
com.atlassian.confluence.event.events.userstatus.AbstractStatusContentEvent
com.atlassian.confluence.event.events.userstatus.StatusCreateEvent
- All Implemented Interfaces:
- Created, Serializable
public class StatusCreateEvent
- extends AbstractStatusContentEvent
- implements Created
Event fired when a new user status is created. The terminology might be confusing because elsewhere we
would call this a "status update", but the pattern is that Updated events are fired when an entity is
modified, while this event is the result of a new status object being created.
- See Also:
- Serialized Form
Methods inherited from class org.springframework.context.ApplicationEvent |
getTimestamp |
StatusCreateEvent
public StatusCreateEvent(Object src,
UserStatus status)