public static interface Executor.Listener
Executor.Listener
interface is to be implemented by classes that monitor
execution of instruction calls.Modifier and Type | Method and Description |
---|---|
void |
onAfterExecute(EngineContext context,
ConcreteCall call) |
void |
onBeforeExecute(EngineContext context,
ConcreteCall call) |
void onBeforeExecute(EngineContext context, ConcreteCall call)
void onAfterExecute(EngineContext context, ConcreteCall call)