Uses of Class
bibliothek.gui.dock.event.ComponentHierarchyObserverEvent

Packages that use ComponentHierarchyObserverEvent
bibliothek.gui.dock.event Listeners, adapters and events used in the whole framework.
A Listener is added to some object that needs to be observed, the Listener will be informed whenever the observed object changes. An Adapter is an implementation of a Listener, but the methods of an Adapter are empty. An Event is an object carrying information from an observed object to a Listener.  
 

Uses of ComponentHierarchyObserverEvent in bibliothek.gui.dock.event
 

Methods in bibliothek.gui.dock.event with parameters of type ComponentHierarchyObserverEvent
 void ComponentHierarchyObserverListener.added(ComponentHierarchyObserverEvent event)
          Called when some Components have entered the realm of controller.
 void ComponentHierarchyObserverListener.removed(ComponentHierarchyObserverEvent event)
          Called when some Components have left the realm of controller.