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
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected StringdoExternalScript(E event, List<String> command) protected voidprotected voidvoidvoidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
 
 -