Interface IExecutionListener
- All Known Implementing Classes:
EglFineTraceabilityListener,EpsilonDebugAdapter.ModuleCompletionListener,ExecutionProfiler,ProfilingExecutionListener,PropertyAccessExecutionListener,RuleProfiler
public interface IExecutionListener
-
Method Summary
Modifier and TypeMethodDescriptionvoidaboutToExecute(ModuleElement ast, IEolContext context) voidfinishedExecuting(ModuleElement ast, Object result, IEolContext context) voidfinishedExecutingWithException(ModuleElement ast, EolRuntimeException exception, IEolContext context)
-
Method Details
-
aboutToExecute
-
finishedExecuting
- Parameters:
result- the result of evaluating ast, calculated during execution
-
finishedExecutingWithException
void finishedExecutingWithException(ModuleElement ast, EolRuntimeException exception, IEolContext context)
-