Class StylesheetChangedEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
All Implemented Interfaces:
Updated, Serializable

public class StylesheetChangedEvent extends LookAndFeelEvent implements Updated
See Also:
  • Constructor Details

    • StylesheetChangedEvent

      public StylesheetChangedEvent(Object src, String spaceKey)
      Construct a new StylesheetChangedEvent
      Parameters:
      src - the source of the event
      spaceKey - the key of the space that this event is being applied to, or null if the event is related to the site's global look and feel.
    • StylesheetChangedEvent

      public StylesheetChangedEvent(Object src)
    • StylesheetChangedEvent

      public StylesheetChangedEvent(Object src, String spaceKey, StylesheetChangedEvent.StylesheetChangeType changeType)
  • Method Details