Interface ChangeAware
- All Known Subinterfaces:
BaseCommandMenuContentModel, MutablePresentationModel
- All Known Implementing Classes:
BaseCommand, BasicRibbonBandUI.BandCollapseCommand, BasicRibbonBandUI.BandCollapsePopupMenuContentModel, ColorSelectorCommand, ColorSelectorPopupMenuContentModel, ColorSelectorPopupMenuGroupModel, Command, CommandMenuContentModel, CommandPanelContentModel, CommandPanelPresentationModel, CommandPopupMenuPanelPresentationModel, RibbonApplicationMenu, RibbonApplicationMenuCommand, RibbonGalleryContentModel, RibbonRadioButtonContentModel
public interface ChangeAware
-
Method Summary
Modifier and TypeMethodDescriptionvoidAdds the specified change listener to track changes to the underlying source.voidRemoves the specified change listener from tracking changes to the underlying source.
-
Method Details
-
addChangeListener
Adds the specified change listener to track changes to the underlying source.- Parameters:
l- Change listener to add.- See Also:
-
removeChangeListener
Removes the specified change listener from tracking changes to the underlying source.- Parameters:
l- Change listener to remove.- See Also:
-