lt.monarch.chart.style
Class StylesheetListenerAdapter

java.lang.Object
  extended by lt.monarch.chart.style.StylesheetListenerAdapter
All Implemented Interfaces:
StylesheetListener

public abstract class StylesheetListenerAdapter
extends java.lang.Object
implements StylesheetListener

Default implementation of the StylesheetListener


Constructor Summary
Constructor and Description
StylesheetListenerAdapter()
           
 
Method Summary
Modifier and Type Method and Description
 void stylesheetChanged(Stylesheet stylesheet)
          Invoked when the stylesheet has changed.
 void stylesheetKeyChanged(Stylesheet stylesheet, Key key)
          Invoked when the stylesheet has changed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StylesheetListenerAdapter

public StylesheetListenerAdapter()
Method Detail

stylesheetChanged

public void stylesheetChanged(Stylesheet stylesheet)
Invoked when the stylesheet has changed.

Specified by:
stylesheetChanged in interface StylesheetListener
Parameters:
stylesheet - the stylesheet that has changed

stylesheetKeyChanged

public void stylesheetKeyChanged(Stylesheet stylesheet,
                                 Key key)
Invoked when the stylesheet has changed.

Specified by:
stylesheetKeyChanged in interface StylesheetListener
Parameters:
stylesheet - the stylesheet that has changed
key - the key that has been added or removed