Class CorrelateGpxWithImages.RepaintTheMapListener
- java.lang.Object
-
- org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages.RepaintTheMapListener
-
- All Implemented Interfaces:
FocusListener
,EventListener
- Enclosing class:
- CorrelateGpxWithImages
static class CorrelateGpxWithImages.RepaintTheMapListener extends Object implements FocusListener
-
-
Field Summary
Fields Modifier and Type Field Description private GeoImageLayer
yLayer
-
Constructor Summary
Constructors Constructor Description RepaintTheMapListener(GeoImageLayer yLayer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
focusGained(FocusEvent e)
void
focusLost(FocusEvent e)
-
-
-
Field Detail
-
yLayer
private final GeoImageLayer yLayer
-
-
Constructor Detail
-
RepaintTheMapListener
RepaintTheMapListener(GeoImageLayer yLayer)
-
-
Method Detail
-
focusGained
public void focusGained(FocusEvent e)
- Specified by:
focusGained
in interfaceFocusListener
-
focusLost
public void focusLost(FocusEvent e)
- Specified by:
focusLost
in interfaceFocusListener
-
-