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