public interface IPDIResumedEvent extends IPDIEvent
Modifier and Type | Field and Description |
---|---|
static int |
CONTINUE |
static int |
STEP_INTO |
static int |
STEP_INTO_INSTRUCTION |
static int |
STEP_OVER |
static int |
STEP_OVER_INSTRUCTION |
static int |
STEP_RETURN |
Modifier and Type | Method and Description |
---|---|
int |
getType()
Returns the stepping type.
|
getSession
static final int CONTINUE
static final int STEP_OVER
static final int STEP_INTO
static final int STEP_OVER_INSTRUCTION
static final int STEP_INTO_INSTRUCTION
static final int STEP_RETURN
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.