public interface SelectionChangedListener
Modifier and Type | Method and Description |
---|---|
void |
selectionChanged(Collection<? extends OsmPrimitive> newSelection)
Informs the listener that the selection in the dataset has changed.
|
void selectionChanged(Collection<? extends OsmPrimitive> newSelection)
newSelection
- The new selection.