bibliothek.gui.dock.disable
Interface DisablingStrategyListener
public interface DisablingStrategyListener
This listener can be added to an DisablingStrategy and will receive events if
the state of some items changes.
- Author:
- Benjamin Sigg
|
Method Summary |
void |
changed(DockElement item)
Called if the disabled state either of item, or of one or many of its sub-items changed. |
changed
void changed(DockElement item)
- Called if the disabled state either of
item, or of one or many of its sub-items changed.
- Parameters:
item - the item whose state changed