PTP
Release 7.0

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.


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.ptp.debug.core.pdi.event.IPDIEvent
contains
 
Methods inherited from interface org.eclipse.ptp.debug.core.pdi.IPDISessionObject
getSession
 
Methods inherited from interface org.eclipse.ptp.debug.core.pdi.IPDISet
getTasks
 

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

PTP
Release 7.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.