Package org.openstreetmap.josm.data.osm
Interface HighlightUpdateListener
-
- All Known Implementing Classes:
AdvancedPreference.UnclearableOsmDataLayer,CorrelationSupportLayer,OsmDataLayer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface HighlightUpdateListener
This is a listener that listens to highlight segment changes.- Since:
- 12014
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classHighlightUpdateListener.HighlightUpdateEventAn event that is fired whenever highlighting on the OSMDataSetchanged.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhighlightUpdated(HighlightUpdateListener.HighlightUpdateEvent e)Called whenever the highlighting of way segments in the dataset changed.
-
-
-
Method Detail
-
highlightUpdated
void highlightUpdated(HighlightUpdateListener.HighlightUpdateEvent e)
Called whenever the highlighting of way segments in the dataset changed.- Parameters:
e- The dataset highlight event.
-
-