org.eclipse.cdt.debug.core.cdi.event
Interface ICDIResumedEvent
- All Superinterfaces:
- ICDIEvent
public interface ICDIResumedEvent
- extends ICDIEvent
Notifies that the originator has been resumed.
The originators:
- target (ICDITarget)
- thread (ICDIThread)
- Since:
- Jul 10, 2002
Method Summary |
int |
getType()
Returns the stepping type. |
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) IBM Corp. and others 2004. All Rights Reserved.