Class CorrelateGpxWithImages.LoadGpxDataActionListener
- java.lang.Object
-
- org.openstreetmap.josm.gui.layer.geoimage.CorrelateGpxWithImages.LoadGpxDataActionListener
-
- All Implemented Interfaces:
ActionListener
,EventListener
- Enclosing class:
- CorrelateGpxWithImages
private class CorrelateGpxWithImages.LoadGpxDataActionListener extends Object implements ActionListener
This class is called when the user doesn't find the GPX file he needs in the files that have been loaded yet. It displays a FileChooser dialog to select the GPX file to be loaded.
-
-
Constructor Summary
Constructors Modifier Constructor Description private
LoadGpxDataActionListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(ActionEvent e)
-
-
-
Constructor Detail
-
LoadGpxDataActionListener
private LoadGpxDataActionListener()
-
-
Method Detail
-
actionPerformed
public void actionPerformed(ActionEvent e)
- Specified by:
actionPerformed
in interfaceActionListener
-
-