Uses of Interface
bibliothek.gui.dock.event.ComponentHierarchyObserverListener

Packages that use ComponentHierarchyObserverListener
bibliothek.gui.dock.control Classes responsible to handle some global task. 
 

Uses of ComponentHierarchyObserverListener in bibliothek.gui.dock.control
 

Methods in bibliothek.gui.dock.control that return ComponentHierarchyObserverListener
protected  ComponentHierarchyObserverListener[] ComponentHierarchyObserver.listeners()
          Gets an array containing all listeners that are registered at this observer.
 

Methods in bibliothek.gui.dock.control with parameters of type ComponentHierarchyObserverListener
 void ComponentHierarchyObserver.addListener(ComponentHierarchyObserverListener listener)
          Adds a listener to this observer.
 void ComponentHierarchyObserver.removeListener(ComponentHierarchyObserverListener listener)
          Removes a listener from this observer.