Class SimpleSelectionEvent<E>
- java.lang.Object
-
- com.macrofocus.selection.implementation.AbstractSelectionEvent<E>
-
- com.macrofocus.selection.implementation.SimpleSelectionEvent<E>
-
- All Implemented Interfaces:
SelectionEvent<E>
public class SimpleSelectionEvent<E> extends AbstractSelectionEvent<E>
Default implementation of a SelectionEvent.
-
-
Constructor Summary
Constructors Constructor Description SimpleSelectionEvent(Selection<E> model, java.util.Set<E> changes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Iterable<E>
getAffected()
Selection<E>
getModel()
boolean
isAffected(E element)
java.lang.String
toString()
-
Methods inherited from class com.macrofocus.selection.implementation.AbstractSelectionEvent
getSelected, getUnselected
-
-