Package com.macrofocus.common.selection
Interface SingleSelectionListener<E>
- Type Parameters:
E
- the type of elements that can be selected
public interface SingleSelectionListener<E>
The listener interface for receiving "interesting" events about a selection.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
selectionChanged
(SingleSelectionEvent<E> event) Called whenever the value of the selection changes.
-
Method Details
-
selectionChanged
Called whenever the value of the selection changes.- Parameters:
event
- the event that characterizes the change.
-