Interface PropertyChangeAware
-
- All Known Implementing Classes:
BaseCommand
,BasicRibbonBandUI.BandCollapseCommand
,ColorSelectorCommand
,Command
,CommandGroup
,LabelContentModel
,RibbonApplicationMenuCommand
,RibbonRadioButtonContentModel
public interface PropertyChangeAware
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addPropertyChangeListener(java.beans.PropertyChangeListener l)
void
removePropertyChangeListener(java.beans.PropertyChangeListener l)
-