|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openstreetmap.josm.data.osm.event.AbstractDatasetChangedEvent
org.openstreetmap.josm.data.osm.event.RelationMembersChangedEvent
public class RelationMembersChangedEvent
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.openstreetmap.josm.data.osm.event.AbstractDatasetChangedEvent |
|---|
AbstractDatasetChangedEvent.DatasetEventType |
| Field Summary | |
|---|---|
private Relation |
relation
|
| Fields inherited from class org.openstreetmap.josm.data.osm.event.AbstractDatasetChangedEvent |
|---|
dataSet |
| Constructor Summary | |
|---|---|
RelationMembersChangedEvent(DataSet dataSet,
Relation relation)
|
|
| Method Summary | |
|---|---|
void |
fire(DataSetListener listener)
|
java.util.List<? extends OsmPrimitive> |
getPrimitives()
Returns list of primitives modified by this event. |
Relation |
getRelation()
|
AbstractDatasetChangedEvent.DatasetEventType |
getType()
|
| Methods inherited from class org.openstreetmap.josm.data.osm.event.AbstractDatasetChangedEvent |
|---|
getDataset, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private final Relation relation
| Constructor Detail |
|---|
public RelationMembersChangedEvent(DataSet dataSet,
Relation relation)
| Method Detail |
|---|
public void fire(DataSetListener listener)
fire in class AbstractDatasetChangedEventpublic Relation getRelation()
public java.util.List<? extends OsmPrimitive> getPrimitives()
AbstractDatasetChangedEventDataChangedEvent. It returns all primitives in the dataset
when this method is called (live list), not list of primitives when
the event was created
getPrimitives in class AbstractDatasetChangedEventpublic AbstractDatasetChangedEvent.DatasetEventType getType()
getType in class AbstractDatasetChangedEvent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||