public interface DebuggerCallback
| Modifier and Type | Method and Description |
|---|---|
void |
onExecutionBegun(MuleEvent event)
Notifies when the execution of the event has begun.
|
void |
onExecutionEnded(MuleEvent event)
Notifies when the execution of the event has ended.
|
void |
onExecutionPaused(MuleEvent event,
List<DebuggerFrame> frameStack,
String location)
Notifies when the execution is paused for debugging the current execution state.
|
void onExecutionBegun(MuleEvent event)
event - The event that is being debugged. Non nullvoid onExecutionPaused(MuleEvent event, List<DebuggerFrame> frameStack, String location)
event - The event that is being debugged. Non nullframeStack - The frame stack. Non nulllocation - The location where it was stopped. Non nullvoid onExecutionEnded(MuleEvent event)
event - The event being debugged. Non nullCopyright © 2003–2016 MuleSoft, Inc.. All rights reserved.