Package org.openstreetmap.josm.gui.layer
Interface MapViewPaintable.PaintableInvalidationListener
-
- All Known Implementing Classes:
GpxDrawHelper
,MapView.LayerInvalidatedListener
- Enclosing interface:
- MapViewPaintable
- 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 static interface MapViewPaintable.PaintableInvalidationListener
This is a listener that listens toMapViewPaintable.PaintableInvalidationEvent
s- Since:
- 10600 (functional interface)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
paintableInvalidated(MapViewPaintable.PaintableInvalidationEvent event)
Called whenever aMapViewPaintable.PaintableInvalidationEvent
is fired.
-
-
-
Method Detail
-
paintableInvalidated
void paintableInvalidated(MapViewPaintable.PaintableInvalidationEvent event)
Called whenever aMapViewPaintable.PaintableInvalidationEvent
is fired. This might be called from any thread.- Parameters:
event
- The event- Since:
- 10600 (renamed)
-
-