public class EventController
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) ExtractionController |
ec |
(package private) java.util.LinkedList<Event> |
late |
(package private) StorageEventProcessor |
store |
Constructor and Description |
---|
EventController(ExtractionController ec) |
Modifier and Type | Method and Description |
---|---|
void |
addProcessor(EventProcessorInterface p) |
void |
removeProcessor(EventProcessorInterface p) |
void |
submitEvent(Event e) |
ExtractionController ec
StorageEventProcessor store
java.util.LinkedList<Event> late
public EventController(ExtractionController ec)
public void submitEvent(Event e)
public void addProcessor(EventProcessorInterface p)
public void removeProcessor(EventProcessorInterface p)