private static 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 |
Constructor and Description |
---|
CreateMultipolygonAction.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
public CreateMultipolygonAction.CreateUpdateMultipolygonTask(java.util.Collection<Way> selectedWays, Relation multipolygonRelation)
public void run()
run
in interface java.lang.Runnable