bibliothek.gui.dock.event
Interface DockHierarchyListener

All Known Implementing Classes:
DockHierarchyObserver

public interface DockHierarchyListener

A listener that is added to a Dockable and is informed whenever the path of the element changes.

Author:
Benjamin Sigg

Method Summary
 void controllerChanged(DockHierarchyEvent event)
          Invoked whenever the controller of dockable has changed
 void hierarchyChanged(DockHierarchyEvent event)
          Called when the path of the observed Dockable has been changed.
 

Method Detail

hierarchyChanged

void hierarchyChanged(DockHierarchyEvent event)
Called when the path of the observed Dockable has been changed.

Parameters:
event - the new path

controllerChanged

void controllerChanged(DockHierarchyEvent event)
Invoked whenever the controller of dockable has changed

Parameters:
event - the current path and controller