org.jvnet.substance.theme
Interface ThemeChangeListener

All Known Implementing Classes:
SampleFrame.TraitChangeListener

public interface ThemeChangeListener

The listener interface for receiving events on changing the theme in Substance look and feel. This class is part of officially supported API.

Author:
Kirill Grouchnikov

Method Summary
 void themeChanged()
          Invoked when the current Substance theme is changed.
 

Method Detail

themeChanged

void themeChanged()
Invoked when the current Substance theme is changed.

See Also:
SubstanceLookAndFeel.setCurrentTheme(String), SubstanceLookAndFeel.setCurrentTheme(SubstanceTheme)