Package org.citydb.writer
Class XMLWriterWorker
- java.lang.Object
-
- org.citydb.concurrent.Worker<org.citygml4j.util.xml.SAXEventBuffer>
-
- org.citydb.writer.XMLWriterWorker
-
- All Implemented Interfaces:
java.lang.Runnable
public class XMLWriterWorker extends Worker<org.citygml4j.util.xml.SAXEventBuffer>
-
-
Field Summary
-
Fields inherited from class org.citydb.concurrent.Worker
eventChannel, firstWork, workerThread, workQueue
-
-
Constructor Summary
Constructors Constructor Description XMLWriterWorker(org.citygml4j.util.xml.SAXWriter saxWriter, EventDispatcher eventDispatcher)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
interrupt()
void
run()
-
-
-
Constructor Detail
-
XMLWriterWorker
public XMLWriterWorker(org.citygml4j.util.xml.SAXWriter saxWriter, EventDispatcher eventDispatcher)
-
-