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