@FunctionalInterface public interface HighlightUpdateListener
Modifier and Type | Interface and Description |
---|---|
static class |
HighlightUpdateListener.HighlightUpdateEvent
An event that is fired whenever highlighting on the OSM
DataSet changed. |
Modifier and Type | Method and Description |
---|---|
void |
highlightUpdated(HighlightUpdateListener.HighlightUpdateEvent e)
Called whenever the highlighting of way segments in the dataset changed.
|
void highlightUpdated(HighlightUpdateListener.HighlightUpdateEvent e)
e
- The dataset highlight event.