org.eclipse.ptp.debug.core.pdi.event
Interface IPDIResumedEvent
- All Superinterfaces:
- IPDIEvent, IPDISessionObject, IPDISet
public interface IPDIResumedEvent
- extends IPDIEvent
Notifies that the originator has been resumed.
|
Method Summary |
int |
getType()
Returns the stepping type. |
| Methods inherited from interface org.eclipse.ptp.debug.core.pdi.event.IPDIEvent |
contains |
| Methods inherited from interface org.eclipse.ptp.debug.core.pdi.IPDISet |
getTasks |
CONTINUE
static final int CONTINUE
- See Also:
- Constant Field Values
STEP_OVER
static final int STEP_OVER
- See Also:
- Constant Field Values
STEP_INTO
static final int STEP_INTO
- See Also:
- Constant Field Values
STEP_OVER_INSTRUCTION
static final int STEP_OVER_INSTRUCTION
- See Also:
- Constant Field Values
STEP_INTO_INSTRUCTION
static final int STEP_INTO_INSTRUCTION
- See Also:
- Constant Field Values
STEP_RETURN
static final int STEP_RETURN
- See Also:
- Constant Field Values
getType
int getType()
- Returns the stepping type.
- Returns:
- the stepping type
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.