Class EventScriptBase<E extends ru.bitel.bgbilling.kernel.event.common.Event>
java.lang.Object
ru.bitel.bgbilling.kernel.script.server.dev.EventScriptBase<E>
- Type Parameters:
E
-
- All Implemented Interfaces:
EventScript<E>
- Direct Known Subclasses:
BonusProgramDynamicBase
public abstract class EventScriptBase<E extends ru.bitel.bgbilling.kernel.event.common.Event>
extends Object
implements EventScript<E>
Реализация событийного скрипта.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected String
doExternalScript
(E event, List<String> command) protected void
protected void
void
void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ru.bitel.bgbilling.kernel.script.server.dev.EventScript
onEvent
-
Field Details
-
out
-
err
-
-
Constructor Details
-
EventScriptBase
public EventScriptBase()
-
-
Method Details
-
setOutputStream
-
setErrorStream
-
print
-
error
-
doExternalScript
-