public interface CFocusListener
CFocusListener
gets informed when a CDockable
gains or
looses the focus, or is selected or deselected by its parent.Modifier and Type | Method and Description |
---|---|
void |
focusGained(CDockable dockable)
Called when
dockable gains the focus. |
void |
focusLost(CDockable dockable)
Called when
dockable lost its focus. |
void focusGained(CDockable dockable)
dockable
gains the focus.dockable
- the element which just gained the focusvoid focusLost(CDockable dockable)
dockable
lost its focus.dockable
- the element which just lost the focus