bibliothek.gui.dock.common.intern.action
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
 void showTextOnButtonsChanged(CDecorateableAction<? extends DockAction> action)
          Called if the result of CDecorateableAction.isShowTextOnButtons() changed.
 

Method Detail

showTextOnButtonsChanged

void showTextOnButtonsChanged(CDecorateableAction<? extends DockAction> action)
Called if the result of CDecorateableAction.isShowTextOnButtons() changed.

Parameters:
action - the source of the event