Package bibliothek.gui.dock.common.event

Interface Summary
CControlListener A listener to a CControl, gets informed when CDockables are added or removed, opened or closed.
CDockablePropertyListener A listener added to a CDockable, this listener will get informed about property changes of CDockable.
CDockableStateListener A listener added to a CDockable, this listener will get informed about state changes of CDockable.
CDoubleClickListener A listener that gets informed when the user makes a double click onto a dockable.
CFocusListener A CFocusListener gets informed when a CDockable gains or looses the focus, or is selected or deselected by its parent.
CKeyboardListener A CKeyboardListener gets informed about KeyEvents which happen on certain CDockables.
ColorMapListener A listener to a ColorMap, gets informed whenever a Color of the map changes.
ResizeRequestListener A listener added to a CControl.
 

Class Summary
CDockableAdapter A class implementing all methods of CDockableStateListener and CDockablePropertyListener.