|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CControlListener
A listener to a CControl, gets informed when CDockables
are added or removed, opened or closed.
| Method Summary | |
|---|---|
void |
added(CControl control,
CDockable dockable)
Called when dockable has been made public. |
void |
closed(CControl control,
CDockable dockable)
Called when dockable has been made invisible. |
void |
opened(CControl control,
CDockable dockable)
Called when dockable has been made visible. |
void |
removed(CControl control,
CDockable dockable)
Called when dockable has been removed. |
| Method Detail |
|---|
void added(CControl control,
CDockable dockable)
dockable has been made public.
control - the callerdockable - the element that is now known
void removed(CControl control,
CDockable dockable)
dockable has been removed.
control - the callerdockable - the element that is no longer known
void opened(CControl control,
CDockable dockable)
dockable has been made visible.
control - the callerdockable - the element that is now visibleCDockable.isVisible()
void closed(CControl control,
CDockable dockable)
dockable has been made invisible.
control - the callerdockable - the element that is no longer visibleCDockable.isVisible()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||