Class CollaborativeEditingOffEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.atlassian.confluence.event.events.ConfluenceEvent
com.atlassian.confluence.plugins.synchrony.api.events.CollaborativeEditingModeChangeEvent
com.atlassian.confluence.plugins.synchrony.api.events.CollaborativeEditingOffEvent
- All Implemented Interfaces:
ClusterEvent
,Serializable
public class CollaborativeEditingOffEvent
extends CollaborativeEditingModeChangeEvent
implements ClusterEvent
Published when collaborative editing is switched off.
Event name changed from confluence.synchrony.mode.change.off in 6.0.4.
- Since:
- 6.0.2
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorsConstructorDescriptionCollaborativeEditingOffEvent
(CollaborativeEditingMode previousMode, boolean synchronyUp, long modeDurationInSeconds) -
Method Summary
Methods inherited from class com.atlassian.confluence.plugins.synchrony.api.events.CollaborativeEditingModeChangeEvent
getModeDurationInSeconds, getPreviousMode, isSynchronyUp
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
-
Constructor Details
-
CollaborativeEditingOffEvent
public CollaborativeEditingOffEvent(CollaborativeEditingMode previousMode, boolean synchronyUp, long modeDurationInSeconds)
-
-
Method Details
-
getNewMode
- Specified by:
getNewMode
in classCollaborativeEditingModeChangeEvent
-