PTP
Release 7.0

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

All Superinterfaces:
IPDIEvent, IPDISessionObject, IPDISet

public interface IPDIChangedEvent
extends IPDIEvent

Notifies that the originator has changed. Can be originated by any PDI model object.


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

Returns:
the reason why changed

PTP
Release 7.0

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