Eclipse CDT
Pre-release 3.0

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:

Since:
Jul 10, 2002

Field Summary
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
           
 
Method Summary
 int getType()
          Returns the stepping type.
 
Methods inherited from interface org.eclipse.cdt.debug.core.cdi.event.ICDIEvent
getSource
 

Field Detail

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
Method Detail

getType

int getType()
Returns the stepping type.

Returns:
the stepping type

Eclipse CDT
Pre-release 3.0

Copyright (c) IBM Corp. and others 2004. All Rights Reserved.