Package com.macrofocus.selection
Interface SelectionEvent<E>
-
- Type Parameters:
E
-
- All Known Implementing Classes:
AbstractSelectionEvent
,SimpleSelectionEvent
,SingleSelectionEvent
public interface SelectionEvent<E>
An event that characterizes a change in the current selection.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Iterable<E>
getAffected()
Selection<E>
getModel()
java.lang.Iterable<E>
getSelected()
java.lang.Iterable<E>
getUnselected()
boolean
isAffected(E element)
-