org.jvnet.substance.button
Interface ButtonShaperChangeListener

All Known Implementing Classes:
SampleFrame.TraitChangeListener

public interface ButtonShaperChangeListener

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

Author:
Kirill Grouchnikov

Method Summary
 void buttonShaperChanged()
          Invoked when the current Substance button shaper is changed.
 

Method Detail

buttonShaperChanged

void buttonShaperChanged()
Invoked when the current Substance button shaper is changed.

See Also:
SubstanceLookAndFeel.setCurrentButtonShaper(String), SubstanceLookAndFeel.setCurrentButtonShaper(SubstanceButtonShaper)