Class StackFramesEvent
java.lang.Object
org.eclipse.ease.debugging.events.AbstractEvent
org.eclipse.ease.debugging.events.debugger.StackFramesEvent
- All Implemented Interfaces:
IDebuggerEvent
,IDebugEvent
public class StackFramesEvent extends AbstractEvent implements IDebuggerEvent
-
Constructor Summary
Constructors Constructor Description StackFramesEvent(List<IScriptDebugFrame> debugFrames, Object thread)
-
Method Summary
Modifier and Type Method Description List<IScriptDebugFrame>
getDebugFrames()
Methods inherited from class org.eclipse.ease.debugging.events.AbstractEvent
getThread, toString
-
Constructor Details
-
StackFramesEvent
-
-
Method Details
-
getDebugFrames
-