Interface CDecorateableActionListener
public interface CDecorateableActionListener
This listener is added to a
CDecorateableAction and is informed if the property
of the action changed.- Author:
- Benjamin Sigg
-
Method Summary
Modifier and TypeMethodDescriptionvoidshowTextOnButtonsChanged(CDecorateableAction<? extends DockAction> action) Called if the result ofCDecorateableAction.isShowTextOnButtons()changed.
-
Method Details
-
showTextOnButtonsChanged
Called if the result ofCDecorateableAction.isShowTextOnButtons()changed.- Parameters:
action- the source of the event
-