bibliothek.gui.dock.event
Interface ComponentHierarchyObserverListener


public interface ComponentHierarchyObserverListener

A listener of a ComponentHierarchyObserver, this listener gets informed whenever some Components enter or leave the realm of a DockController.

Author:
Benjamin Sigg

Method Summary
 void added(ComponentHierarchyObserverEvent event)
          Called when some Components have entered the realm of controller.
 void removed(ComponentHierarchyObserverEvent event)
          Called when some Components have left the realm of controller.
 

Method Detail

added

void added(ComponentHierarchyObserverEvent event)
Called when some Components have entered the realm of controller.

Parameters:
event - an event object that contains all the new Components

removed

void removed(ComponentHierarchyObserverEvent event)
Called when some Components have left the realm of controller.

Parameters:
event - an event object that contains all the Components that were just removed