PTP
Release 7.0

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

All Superinterfaces:
IPDIEvent, IPDISessionObject, IPDISet

public interface IPDICreatedEvent
extends IPDIEvent

Notifies that the originator has been created.


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

Returns:
the reason why created

PTP
Release 7.0

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