Interface GTreeSelectionListener

All Known Implementing Classes:
AbstractDataTreeDialog, DataTreeDialog, OpenVersionedFileDialog

public interface GTreeSelectionListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called whenever the value of the selection changes.
  • Method Details

    • valueChanged

      void valueChanged(GTreeSelectionEvent e)
      Called whenever the value of the selection changes.
      Parameters:
      e - the event that characterizes the change.