Interface ChangeAware
- All Known Subinterfaces:
MutablePresentationModel
- All Known Implementing Classes:
BaseCommand
,BasicRibbonBandUI.BandCollapseCommand
,ColorSelectorCommand
,ColorSelectorPopupMenuContentModel
,ColorSelectorPopupMenuGroupModel
,Command
,CommandMenuContentModel
,CommandPanelContentModel
,CommandPanelPresentationModel
,CommandPopupMenuPanelPresentationModel
,RibbonApplicationMenu
,RibbonApplicationMenuCommand
,RibbonGalleryContentModel
,RibbonRadioButtonContentModel
public interface ChangeAware
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Adds the specified change listener to track changes to the underlying source.void
Removes 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:
-