Class SynchronyRestartedEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.springframework.context.ApplicationEvent
-
- com.atlassian.event.Event
-
- com.atlassian.confluence.event.events.ConfluenceEvent
-
- com.atlassian.confluence.plugins.synchrony.api.events.SynchronyRestartedEvent
-
- All Implemented Interfaces:
Serializable
public class SynchronyRestartedEvent extends ConfluenceEvent
- Since:
- 7.5.0
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description SynchronyRestartedEvent(Object src, boolean isSuccessful)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isSuccessful()
-
Methods inherited from class com.atlassian.confluence.event.events.ConfluenceEvent
equals, hashCode
-
Methods inherited from class java.util.EventObject
getSource, toString
-
-
-
-
Constructor Detail
-
SynchronyRestartedEvent
public SynchronyRestartedEvent(Object src, boolean isSuccessful)
-
-