Class CollaborativeEditingModeChangeEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.atlassian.confluence.event.events.ConfluenceEvent
com.atlassian.confluence.plugins.synchrony.api.events.CollaborativeEditingModeChangeEvent
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CollaborativeEditingOffEvent
,CollaborativeEditingOnEvent
Superclass for analytics events to record a Synchrony mode change
- Since:
- 6.0.2
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Method Summary
Methods inherited from class com.atlassian.confluence.event.events.ConfluenceEvent
equals, hashCode
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
Methods inherited from class java.util.EventObject
getSource, toString
-
Method Details
-
getPreviousMode
-
getNewMode
-
isSynchronyUp
public boolean isSynchronyUp()- Returns:
- Whether or not Synchrony was up and running at the time the mode change was initiated
-
getModeDurationInSeconds
public long getModeDurationInSeconds()
-