public class ResumeRequest extends AbstractEvent implements IModelRequest
Constructor and Description |
---|
ResumeRequest(int type,
Thread thread)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
getType() |
toString
public ResumeRequest(int type, Thread thread)
type
- one of DebugEvent.CLIENT_REQUEST
, DebugEvent.STEP_INTO
, DebugEvent.STEP_OVER
, DebugEvent.STEP_RETURN
thread
- thread to resume