Package com.macrofocus.common.selection
Class SingleSelectionEvent<E>
java.lang.Object
com.macrofocus.common.selection.AbstractSelectionEvent<E>
com.macrofocus.common.selection.SingleSelectionEvent<E>
- All Implemented Interfaces:
SelectionEvent<E>
Default implementation of a SelectionEvent for single selection.
-
Constructor Summary
ConstructorsConstructorDescriptionSingleSelectionEvent
(SingleSelection<E> model, boolean previousActive, boolean currentActive, E previousSelection, E currentSelection) -
Method Summary
Methods inherited from class com.macrofocus.common.selection.AbstractSelectionEvent
getSelected, getUnselected
-
Constructor Details
-
SingleSelectionEvent
public SingleSelectionEvent(SingleSelection<E> model, boolean previousActive, boolean currentActive, E previousSelection, E currentSelection)
-
-
Method Details