org.jvnet.substance.title
Interface TitlePainterChangeListener

All Known Implementing Classes:
SampleFrame.TraitChangeListener

public interface TitlePainterChangeListener

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

Author:
Kirill Grouchnikov

Method Summary
 void titlePainterChanged()
          Invoked when the current Substance title painter is changed.
 

Method Detail

titlePainterChanged

void titlePainterChanged()
Invoked when the current Substance title painter is changed.

See Also:
SubstanceLookAndFeel.setCurrentTitlePainter(String), SubstanceLookAndFeel.setCurrentTitlePainter(SubstanceTitlePainter)