Class ChangesetQueryTask

    • Constructor Detail

      • ChangesetQueryTask

        public ChangesetQueryTask​(ChangesetQuery query)
        Creates the task.
        Parameters:
        query - the query to submit to the OSM server. Must not be null.
        Throws:
        java.lang.IllegalArgumentException - if query is null.
      • ChangesetQueryTask

        public ChangesetQueryTask​(java.awt.Component parent,
                                  ChangesetQuery query)
        Creates the task.
        Parameters:
        parent - the parent component relative to which the PleaseWaitDialog is displayed. Must not be null.
        query - the query to submit to the OSM server. Must not be null.
        Throws:
        java.lang.IllegalArgumentException - if query is null.
        java.lang.IllegalArgumentException - if parent is null