Uses of Interface
bibliothek.gui.dock.common.intern.CDockFrontendListener

Packages that use CDockFrontendListener
bibliothek.gui.dock.common.intern Classes and interfaces used internally. 
 

Uses of CDockFrontendListener in bibliothek.gui.dock.common.intern
 

Methods in bibliothek.gui.dock.common.intern that return CDockFrontendListener
protected  CDockFrontendListener[] CDockFrontend.frontendListeners()
          Gets all the listeners that are registered at this frontend.
 

Methods in bibliothek.gui.dock.common.intern with parameters of type CDockFrontendListener
 void CDockFrontend.addListener(CDockFrontendListener listener)
          Adds listener to this frontend, listener will be informed about changes of this frontend.
 void CDockFrontend.removeListener(CDockFrontendListener listener)
          Removes listener from this frontend.