public interface ButtonContentFilterListener
ButtonContentFilter
and will be informed if the filter changes
its behavior.Modifier and Type | Method and Description |
---|---|
void |
showTextChanged(ButtonContentFilter filter,
Dockable dockable,
DockAction action)
Informs this listener that the result of
ButtonContentFilter.showText(Dockable, DockAction)
changed. |
void showTextChanged(ButtonContentFilter filter, Dockable dockable, DockAction action)
ButtonContentFilter.showText(Dockable, DockAction)
changed.filter
- the source of the eventdockable
- the dockable related to action
or null
to indicate
that all occurences of action
are affectedaction
- the action whose state changed or null
as a wildcard telling that all
actions that are connected to dockable
are affected