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
public static final int CONTINUE
- See Also:
- Constant Field Values
STEP_OVER
public static final int STEP_OVER
- See Also:
- Constant Field Values
STEP_INTO
public static final int STEP_INTO
- See Also:
- Constant Field Values
STEP_OVER_INSTRUCTION
public static final int STEP_OVER_INSTRUCTION
- See Also:
- Constant Field Values
STEP_INTO_INSTRUCTION
public static final int STEP_INTO_INSTRUCTION
- See Also:
- Constant Field Values
STEP_RETURN
public static final int STEP_RETURN
- See Also:
- Constant Field Values
getType
public int getType()
- Returns the stepping type.
- Returns:
- the stepping type
Copyright (c) IBM Corp. and others 2004. All Rights Reserved.