org.jvnet.substance.border
Interface BorderPainterChangeListener
public interface BorderPainterChangeListener
The listener interface for receiving events on changing the border painter in
Substance look and feel. This class is part of officially supported
API.
- Author:
- Kirill Grouchnikov
Method Summary |
void |
borderPainterChanged()
Invoked when the current Substance border painter is changed. |
borderPainterChanged
void borderPainterChanged()
- Invoked when the current Substance border painter is changed.
- See Also:
SubstanceLookAndFeel.setCurrentBorderPainter(String)
,
SubstanceLookAndFeel.setCurrentBorderPainter(SubstanceBorderPainter)