Package docking.widgets.tree.support
Interface GTreeSelectionListener
-
- All Known Implementing Classes:
DataTreeDialog
,OpenVersionedFileDialog
public interface GTreeSelectionListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
valueChanged(GTreeSelectionEvent e)
Called whenever the value of the selection changes.
-
-
-
Method Detail
-
valueChanged
void valueChanged(GTreeSelectionEvent e)
Called whenever the value of the selection changes.- Parameters:
e
- the event that characterizes the change.
-
-