public class ResumeRequest extends AbstractEvent implements IModelRequest
Constructor and Description |
---|
ResumeRequest(int type,
java.lang.Object thread)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getThread() |
int |
getType() |
static java.lang.String |
getTypeName(int type) |
java.lang.String |
toString() |
public ResumeRequest(int type, java.lang.Object 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.Object getThread()
getThread
in class AbstractEvent
public java.lang.String toString()
toString
in class AbstractEvent