PTP
Release 5.0

org.eclipse.ptp.debug.core.pdi.event
Interface IPDIDestroyedEvent

All Superinterfaces:
IPDIEvent, IPDISessionObject, IPDISet

public interface IPDIDestroyedEvent
extends IPDIEvent

Notifies that the originator has terminated


Method Summary
 IPDISessionObject getReason()
          Returns the reason why destroyed eg: IPDIBreakpointInfo IPDIErrorInfo IPDIExitInfo IPDISharedLibraryInfo IPDISignalInfo IPDIThreadInfo IPDIVariableInfo
 
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
 

Method Detail

getReason

IPDISessionObject getReason()
Returns the reason why destroyed eg: IPDIBreakpointInfo IPDIErrorInfo IPDIExitInfo IPDISharedLibraryInfo IPDISignalInfo IPDIThreadInfo IPDIVariableInfo

Returns:
the reason why destroyed

PTP
Release 5.0

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