Package org.citydb.event
Class EventWorker
- java.lang.Object
-
- org.citydb.concurrent.Worker<Event>
-
- org.citydb.event.EventWorker
-
-
Field Summary
-
Fields inherited from class org.citydb.concurrent.Worker
eventChannel, firstWork, workerThread, workQueue
-
-
Constructor Summary
Constructors Constructor Description EventWorker(EventDispatcher eventDispatcher)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
interrupt()
void
run()
-
-
-
Constructor Detail
-
EventWorker
public EventWorker(EventDispatcher eventDispatcher)
-
-