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