Class ProgressTaskId
- java.lang.Object
-
- org.openstreetmap.josm.gui.progress.ProgressTaskId
-
public class ProgressTaskId extends Object
The ID of a progress task. It is required to run tasks in background
-
-
Constructor Summary
Constructors Constructor Description ProgressTaskId(String component, String task)
Create a newProgressTaskId
-
-
-
Constructor Detail
-
ProgressTaskId
public ProgressTaskId(String component, String task)
Create a newProgressTaskId
- Parameters:
component
- The JOSM component name that creates this idtask
- The task name
-
-