Class UploadNotesAction

  • All Implemented Interfaces:
    java.awt.event.ActionListener, java.io.Serializable, java.lang.Cloneable, java.util.EventListener, javax.swing.Action, Destroyable

    public class UploadNotesAction
    extends JosmAction
    Action to initiate uploading changed notes to the OSM server. On click, it finds the note layer and fires off an upload task with the note data contained in the layer.
    Since:
    7699
    See Also:
    Serialized Form
    • Constructor Detail

    • Method Detail

      • actionPerformed

        public void actionPerformed​(java.awt.event.ActionEvent e)