Class SuspendedEvent
java.lang.Object
org.eclipse.ease.debugging.events.AbstractEvent
org.eclipse.ease.debugging.events.debugger.SuspendedEvent
- All Implemented Interfaces:
IDebuggerEvent
,IDebugEvent
-
Constructor Summary
ConstructorsConstructorDescriptionSuspendedEvent
(int type, Object thread, List<IScriptDebugFrame> debugFrames) -
Method Summary
Methods inherited from class org.eclipse.ease.debugging.events.AbstractEvent
getThread
-
Constructor Details
-
SuspendedEvent
-
-
Method Details
-
getType
public int getType() -
getDebugFrames
-
toString
- Overrides:
toString
in classAbstractEvent
-