Uses of Interface
bibliothek.gui.dock.common.event.CControlListener

Packages that use CControlListener
bibliothek.gui.dock.common A set of classes that can be used to create basic applications. 
 

Uses of CControlListener in bibliothek.gui.dock.common
 

Methods in bibliothek.gui.dock.common with parameters of type CControlListener
 void CControl.addControlListener(CControlListener listener)
          Adds a listener to this control.
 void CControl.removeControlListener(CControlListener listener)
          Removes a listener from this control.