public abstract class NashornFilter extends BaseFilter implements NashornScriptObject
| Constructor and Description |
|---|
NashornFilter() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getSelf() |
Object |
getTarget() |
boolean |
onAccept(org.openksavi.sponge.event.Event event) |
abstract boolean |
onAccept(Object self,
org.openksavi.sponge.event.Event event) |
void |
onConfigure() |
abstract void |
onConfigure(Object self) |
void |
onInit() |
void |
onInit(Object self) |
void |
setTarget(Object target) |
createAdaptergetEventName, getEventNames, setEvent, setEventName, setEventNames, setEventsgetAdapter, getDescription, getDisplayName, getEps, getKb, getKnowledgeBase, getLogger, getMeta, getName, setAdapter, setDescription, setDisplayName, setMeta, setName, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetEventName, getEventNames, setEventName, setEventNamespublic Object getSelf()
getSelf in interface NashornScriptObjectpublic Object getTarget()
getTarget in interface NashornScriptObjectpublic void setTarget(Object target)
setTarget in interface NashornScriptObjectpublic final void onConfigure()
onConfigure in interface org.openksavi.sponge.Processor<org.openksavi.sponge.filter.FilterAdapter>public abstract void onConfigure(Object self)
public final void onInit()
onInit in interface org.openksavi.sponge.Processor<org.openksavi.sponge.filter.FilterAdapter>onInit in class BaseProcessor<org.openksavi.sponge.filter.FilterAdapter>public void onInit(Object self)
public final boolean onAccept(org.openksavi.sponge.event.Event event)
onAccept in interface org.openksavi.sponge.filter.Filterpublic abstract boolean onAccept(Object self, org.openksavi.sponge.event.Event event)
Copyright © 2016–2018 Softelnet. All rights reserved.