Class ReportBugAction

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

    public class ReportBugAction
    extends JosmAction
    Reports a ticket to JOSM bugtracker.
    Since:
    7624
    See Also:
    Serialized Form
    • Field Detail

      • text

        private final java.lang.String text
    • Constructor Detail

      • ReportBugAction

        public ReportBugAction()
        Constructs a new ReportBugAction that reports the normal status report.
      • ReportBugAction

        public ReportBugAction​(java.lang.String text)
        Constructs a new ReportBugAction for the given debug text.
        Parameters:
        text - The text to send
    • Method Detail

      • actionPerformed

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