|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openstreetmap.josm.data.osm.visitor.AbstractVisitor
public abstract class AbstractVisitor
This class serves as a base class for most simple visitors, blocking out the "changeset" visit so as to avoid cluttering the visitors which are not interested.
Constructor Summary | |
---|---|
AbstractVisitor()
|
Method Summary | |
---|---|
void |
visit(Changeset cs)
Visiting call for changesets. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.openstreetmap.josm.data.osm.visitor.Visitor |
---|
visit, visit, visit |
Constructor Detail |
---|
public AbstractVisitor()
Method Detail |
---|
public void visit(Changeset cs)
Visitor
visit
in interface Visitor
cs
- The changeset to inspect.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |