PTP
Release 5.0

org.eclipse.ptp.debug.ui.events
Class DebugActionEvent

java.lang.Object
  extended by org.eclipse.ptp.debug.ui.events.DebugActionEvent
All Implemented Interfaces:
IDebugActionEvent
Direct Known Subclasses:
ResumedDebugEvent, SuspendedDebugEvent, TerminatedDebugEvent

Deprecated.

public abstract class DebugActionEvent
extends Object
implements IDebugActionEvent


Constructor Summary
DebugActionEvent(String job_id, Object source, Object target)
          Deprecated. Constructor
 
Method Summary
 String getJobId()
          Deprecated. Get job ID
 Object getSource()
          Deprecated. Get source object
 Object getTarget()
          Deprecated. Get debug target
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DebugActionEvent

public DebugActionEvent(String job_id,
                        Object source,
                        Object target)
Deprecated. 
Constructor

Parameters:
job_id -
source -
target -
Method Detail

getJobId

public String getJobId()
Deprecated. 
Description copied from interface: IDebugActionEvent
Get job ID

Specified by:
getJobId in interface IDebugActionEvent
Returns:

getSource

public Object getSource()
Deprecated. 
Description copied from interface: IDebugActionEvent
Get source object

Specified by:
getSource in interface IDebugActionEvent
Returns:

getTarget

public Object getTarget()
Deprecated. 
Description copied from interface: IDebugActionEvent
Get debug target

Specified by:
getTarget in interface IDebugActionEvent
Returns:

PTP
Release 5.0

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