Package docking.widgets.tree.support
Interface GTreeSelectionListener
- All Known Implementing Classes:
DataTreeDialog,OpenVersionedFileDialog
public interface GTreeSelectionListener
-
Method Summary
Modifier and TypeMethodDescriptionvoidCalled whenever the value of the selection changes.
-
Method Details
-
valueChanged
Called whenever the value of the selection changes.- Parameters:
e- the event that characterizes the change.
-