com.atlassian.confluence.themes.events
Class StylesheetChangedEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.springframework.context.ApplicationEvent
          extended by com.atlassian.event.Event
              extended by com.atlassian.confluence.event.events.ConfluenceEvent
                  extended by com.atlassian.confluence.themes.events.LookAndFeelEvent
                      extended by com.atlassian.confluence.themes.events.StylesheetChangedEvent
All Implemented Interfaces:
Updated, java.io.Serializable

public class StylesheetChangedEvent
extends LookAndFeelEvent
implements Updated

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
StylesheetChangedEvent(java.lang.Object src)
           
StylesheetChangedEvent(java.lang.Object src, java.lang.String spaceKey)
          Construct a new StylesheetChangedEvent
 
Method Summary
 
Methods 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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StylesheetChangedEvent

public StylesheetChangedEvent(java.lang.Object src,
                              java.lang.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(java.lang.Object src)


Copyright © 2003-2010 Atlassian. All Rights Reserved.