Class ControlVetoFocusListener
java.lang.Object
bibliothek.gui.dock.common.intern.ControlVetoFocusListener
- All Implemented Interfaces:
FocusVetoListener
This listener observes a
DockController and forwards
all calls to a CVetoFocusListener.- Author:
- Benjamin Sigg
-
Nested Class Summary
Nested classes/interfaces inherited from interface bibliothek.gui.dock.event.FocusVetoListener
FocusVetoListener.FocusVeto -
Constructor Summary
ConstructorsConstructorDescriptionControlVetoFocusListener(CControl control, CVetoFocusListener callback) Creates a new veto focus listener. -
Method Summary
Modifier and TypeMethodDescriptionvetoFocus(FocusController controller, DockTitle title) vetoFocus(FocusController controller, Dockable dockable)
-
Constructor Details
-
ControlVetoFocusListener
Creates a new veto focus listener.- Parameters:
control- the control in whose realm this listener operatescallback- the callback to be called if an event is triggered
-
-
Method Details
-
vetoFocus
- Specified by:
vetoFocusin interfaceFocusVetoListener
-
vetoFocus
- Specified by:
vetoFocusin interfaceFocusVetoListener
-