bibliothek.gui.dock.event
Interface LocatedListener

All Known Subinterfaces:
DoubleClickListener, KeyboardListener

public interface LocatedListener

A located listener receives events only if they belong to a specific DockElement or a child of that element.

Author:
Benjamin Sigg

Method Summary
 DockElement getTreeLocation()
          Gets the location of this observer in the tree.
 

Method Detail

getTreeLocation

DockElement getTreeLocation()
Gets the location of this observer in the tree.

Returns:
the location, null for an imaginary root.