Class UploadNotesTask
- java.lang.Object
-
- org.openstreetmap.josm.actions.upload.UploadNotesTask
-
public class UploadNotesTask extends Object
Class for uploading note changes to the server
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private class
UploadNotesTask.UploadTask
-
Constructor Summary
Constructors Constructor Description UploadNotesTask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
uploadNotes(NoteData noteData, ProgressMonitor progressMonitor)
Upload notes with modifications to the server
-
-
-
Constructor Detail
-
UploadNotesTask
public UploadNotesTask()
-
-
Method Detail
-
uploadNotes
public void uploadNotes(NoteData noteData, ProgressMonitor progressMonitor)
Upload notes with modifications to the server- Parameters:
noteData
- Note dataset with changes to uploadprogressMonitor
- progress monitor for user feedback
-
-