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