Class SelectionEvent

All Implemented Interfaces:
Serializable

public class SelectionEvent
extends AbstractEvent
DOCUMENT ME!
Version:
$Revision: 1.5 $
See Also:
Serialized Form
  • Constructor Details

    • SelectionEvent

      public SelectionEvent​(Selection selection)
      Constructs a new SelectionEvent.
      Parameters:
      selection - the (new / updated) selection.
  • Method Details

    • setAdded

      public void setAdded​(boolean added)
      Sets the added.
      Parameters:
      added - The added to set
    • getSelection

      public Selection getSelection()
      Returns the selection contained in the event.
      Returns:
      the selection contained in the event.
    • toBeAdded

      public boolean toBeAdded()
      Returns the added.
      Returns:
      boolean