de.tub.citydb.api.event
Class EventWorkerFactory

java.lang.Object
  extended by de.tub.citydb.api.event.EventWorkerFactory
All Implemented Interfaces:
WorkerFactory<Event>

public class EventWorkerFactory
extends java.lang.Object
implements WorkerFactory<Event>


Constructor Summary
EventWorkerFactory(EventDispatcher eventDispatcher)
           
 
Method Summary
 Worker<Event> createWorker()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventWorkerFactory

public EventWorkerFactory(EventDispatcher eventDispatcher)
Method Detail

createWorker

public Worker<Event> createWorker()
Specified by:
createWorker in interface WorkerFactory<Event>