Class DeltaChangedEvent

java.lang.Object
java.util.EventObject
com.e1c.langtool.ui.tree.DeltaChangedEvent
All Implemented Interfaces:
Serializable

public class DeltaChangedEvent extends EventObject
See Also:
  • Field Details

    • selection

      protected ITreeItem selection
      The selection.
  • Constructor Details

    • DeltaChangedEvent

      public DeltaChangedEvent(IFeatureTree source, ITreeItem selection)
      Creates a new event for the given source and selection.
      Parameters:
      source - the selection provider
      selection - the selection
  • Method Details

    • getSelection

      public ITreeItem getSelection()
      Returns the selection.
      Returns:
      the selection