Package ru.ispras.microtesk.test
Interface Executor.Listener
-
- Enclosing class:
- Executor
public static interface Executor.Listener
TheExecutor.Listener
interface is to be implemented by classes that monitor execution of instruction calls.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onAfterExecute(EngineContext context, ConcreteCall call)
void
onBeforeExecute(EngineContext context, ConcreteCall call)
-
-
-
Method Detail
-
onBeforeExecute
void onBeforeExecute(EngineContext context, ConcreteCall call)
-
onAfterExecute
void onAfterExecute(EngineContext context, ConcreteCall call)
-
-