private static final class CreateMultipolygonAction.CreateUpdateMultipolygonTask extends java.lang.Object implements java.lang.Runnable
Modifier and Type | Field and Description |
---|---|
private Relation |
multipolygonRelation |
private java.util.Collection<Way> |
selectedWays |
Modifier | Constructor and Description |
---|---|
private |
CreateUpdateMultipolygonTask(java.util.Collection<Way> selectedWays,
Relation multipolygonRelation) |
Modifier and Type | Method and Description |
---|---|
void |
run() |
private final java.util.Collection<Way> selectedWays
private final Relation multipolygonRelation
private CreateUpdateMultipolygonTask(java.util.Collection<Way> selectedWays, Relation multipolygonRelation)
public void run()
run
in interface java.lang.Runnable