PTP
Release 5.0

org.eclipse.ptp.debug.ui.events
Interface IDebugActionEvent

All Known Subinterfaces:
IResumedDebugEvent, ISuspendedDebugEvent, ITerminatedDebugEvent
All Known Implementing Classes:
DebugActionEvent, ResumedDebugEvent, SuspendedDebugEvent, TerminatedDebugEvent

Deprecated.

public interface IDebugActionEvent


Method Summary
 String getJobId()
          Deprecated. Get job ID
 Object getSource()
          Deprecated. Get source object
 Object getTarget()
          Deprecated. Get debug target
 

Method Detail

getJobId

String getJobId()
Deprecated. 
Get job ID

Returns:

getSource

Object getSource()
Deprecated. 
Get source object

Returns:

getTarget

Object getTarget()
Deprecated. 
Get debug target

Returns:

PTP
Release 5.0

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