Package bibliothek.gui.dock.common.event
Interface CFocusListener
public interface CFocusListener
A
CFocusListener gets informed when a CDockable gains or
looses the focus, or is selected or deselected by its parent.- Author:
- Benjamin Sigg
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidfocusGained(CDockable dockable) Called whendockablegains the focus.voidCalled whendockablelost its focus.
-
Method Details
-
focusGained
Called whendockablegains the focus.- Parameters:
dockable- the element which just gained the focus
-
focusLost
Called whendockablelost its focus.- Parameters:
dockable- the element which just lost the focus
-