Class CorrelateGpxWithImages.SetOffsetActionListener

  • All Implemented Interfaces:
    java.awt.event.ActionListener, java.util.EventListener
    Enclosing class:
    CorrelateGpxWithImages

    private final class CorrelateGpxWithImages.SetOffsetActionListener
    extends java.lang.Object
    implements java.awt.event.ActionListener
    This action listener is called when the user has a photo of the time of his GPS receiver. It displays the list of photos of the layer, and upon selection displays the selected photo. From that photo, the user can key in the time of the GPS. Then values of timezone and delta are set.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void actionPerformed​(java.awt.event.ActionEvent e)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • actionPerformed

        public void actionPerformed​(java.awt.event.ActionEvent e)
        Specified by:
        actionPerformed in interface java.awt.event.ActionListener