public class SuspendedEvent extends AbstractEvent implements IDebuggerEvent
Constructor and Description |
---|
SuspendedEvent(int type,
Thread thread,
List<IScriptDebugFrame> debugFrames) |
Modifier and Type | Method and Description |
---|---|
List<IScriptDebugFrame> |
getDebugFrames() |
Thread |
getThread() |
int |
getType() |
toString
public SuspendedEvent(int type, Thread thread, List<IScriptDebugFrame> debugFrames)
public int getType()
public Thread getThread()
public List<IScriptDebugFrame> getDebugFrames()