public abstract class BaseEventProcessor<T extends EventProcessorAdapter<?>> extends BaseProcessor<T> implements EventProcessor<T>
| Constructor and Description |
|---|
BaseEventProcessor() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEventName(int index) |
String[] |
getEventNames() |
void |
setEvent(String eventName) |
void |
setEventName(String eventName) |
void |
setEventNames(String... eventNames) |
void |
setEvents(String... eventNames) |
getAdapter, getDescription, getDisplayName, getEps, getKb, getKnowledgeBase, getLogger, getMeta, getName, onInit, setAdapter, setDescription, setDisplayName, setMeta, setName, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAdapter, getLogger, onConfigure, onInitgetKnowledgeBase, getMeta, setMetagetDescription, getDisplayName, getName, setDescription, setDisplayName, setNamecreateAdapterpublic final String[] getEventNames()
getEventNames in interface EventProcessorOperationspublic final String getEventName(int index)
getEventName in interface EventProcessorOperationspublic final void setEventNames(String... eventNames)
setEventNames in interface EventProcessorOperationspublic final void setEventName(String eventName)
setEventName in interface EventProcessorOperationspublic void setEvents(String... eventNames)
setEvents in interface EventProcessor<T extends EventProcessorAdapter<?>>public void setEvent(String eventName)
setEvent in interface EventProcessor<T extends EventProcessorAdapter<?>>Copyright © 2016–2018 Softelnet. All rights reserved.