Class LookAndFeelUpdatedEvent
java.lang.Object
com.atlassian.crowd.event.configuration.LookAndFeelUpdatedEvent
This class represents an update to Crowd's look and feel configuration.
It contains the configuration before and after the change.
- Since:
- 4.2.0
-
Constructor Summary
ConstructorDescriptionLookAndFeelUpdatedEvent
(LookAndFeelConfiguration oldConfiguration, LookAndFeelConfiguration newConfiguration) -
Method Summary
-
Constructor Details
-
LookAndFeelUpdatedEvent
public LookAndFeelUpdatedEvent(LookAndFeelConfiguration oldConfiguration, LookAndFeelConfiguration newConfiguration)
-
-
Method Details