bibliothek.gui.dock.action
Interface ButtonContentFilterListener


public interface ButtonContentFilterListener

This listener can be added to a ButtonContentFilter and will be informed if the filter changes its behavior.

Author:
Benjamin Sigg

Method Summary
 void showTextChanged(ButtonContentFilter filter, Dockable dockable, DockAction action)
          Informs this listener that the result of ButtonContentFilter.showText(Dockable, DockAction) changed.
 

Method Detail

showTextChanged

void showTextChanged(ButtonContentFilter filter,
                     Dockable dockable,
                     DockAction action)
Informs this listener that the result of ButtonContentFilter.showText(Dockable, DockAction) changed.

Parameters:
filter - the source of the event
dockable - the dockable related to action or null to indicate that all occurences of action are affected
action - the action whose state changed or null as a wildcard telling that all actions that are connected to dockable are affected