Class SimpleSelectionEvent<E>

java.lang.Object
com.macrofocus.common.selection.AbstractSelectionEvent<E>
com.macrofocus.common.selection.SimpleSelectionEvent<E>
All Implemented Interfaces:
SelectionEvent<E>

public class SimpleSelectionEvent<E> extends AbstractSelectionEvent<E>
Default implementation of a SelectionEvent.
  • Constructor Details

    • SimpleSelectionEvent

      public SimpleSelectionEvent(Selection<E> model, Set<E> changes)
  • Method Details

    • getModel

      public Selection<E> getModel()
    • isAffected

      public boolean isAffected(E element)
    • getAffected

      public Iterable<E> getAffected()
    • toString

      public String toString()
      Overrides:
      toString in class Object