public interface IExecutionListener
Modifier and Type | Field and Description |
---|---|
static int |
ENGINE_END
Event execution ended.
|
static int |
ENGINE_START
Event execution ended.
|
static int |
SCRIPT_END
Event script execution ended.
|
static int |
SCRIPT_INJECTION_END
Event injected script (subscript) ended.
|
static int |
SCRIPT_INJECTION_START
Event injected script (subscript) started.
|
static int |
SCRIPT_START
Event script execution started.
|
Modifier and Type | Method and Description |
---|---|
void |
notify(IScriptEngine engine,
Script script,
int status)
Notifies the listeners when script execution started/ended or when the engine itself is started/ended.
|
static final int ENGINE_START
static final int ENGINE_END
static final int SCRIPT_START
static final int SCRIPT_END
static final int SCRIPT_INJECTION_START
static final int SCRIPT_INJECTION_END
void notify(IScriptEngine engine, Script script, int status)
engine
- Script Enginescript
- Script or null
status
- Event Status