Package com.macrofocus.common.selection
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 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.common.selection.AbstractSelectionEvent
getSelected, getUnselected
-
-