Class DecoratorChangedEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.atlassian.confluence.event.events.ConfluenceEvent
com.atlassian.confluence.themes.events.LookAndFeelEvent
com.atlassian.confluence.themes.events.DecoratorChangedEvent
- All Implemented Interfaces:
Serializable
- Since:
- 5.10
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionDecoratorChangedEvent
(Object src, String spaceKey, PersistentDecorator oldDecorator, PersistentDecorator newDecorator) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class com.atlassian.confluence.themes.events.LookAndFeelEvent
equals, getSpaceKey, hashCode, isGlobal
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
DecoratorChangedEvent
public DecoratorChangedEvent(Object src, String spaceKey, PersistentDecorator oldDecorator, PersistentDecorator newDecorator)
-
-
Method Details
-
getOldDecorator
-
getNewDecorator
-