@FunctionalInterface public interface DataSelectionListener
Modifier and Type | Interface and Description |
---|---|
static class |
DataSelectionListener.AbstractSelectionEvent
The base class for selection events
|
static class |
DataSelectionListener.SelectionAddEvent
Primitives are added to the selection
|
static interface |
DataSelectionListener.SelectionChangeEvent
The event that is fired when the selection changed.
|
static class |
DataSelectionListener.SelectionRemoveEvent
Primitives are removed from the selection
|
static class |
DataSelectionListener.SelectionReplaceEvent
The selection is replaced by a new selection
|
static class |
DataSelectionListener.SelectionToggleEvent
Toggle the selected state of a primitive
|
Modifier and Type | Method and Description |
---|---|
void |
selectionChanged(DataSelectionListener.SelectionChangeEvent event)
Called whenever the selection is changed.
|
void selectionChanged(DataSelectionListener.SelectionChangeEvent event)
event
- The selection change event.DataSelectionListener.SelectionChangeEvent