PTP
Release 5.0

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

All Superinterfaces:
IPDISessionObject, IPDISet

public interface IPDIWatchpointTriggerInfo
extends IPDISessionObject

Represents an information provided by the session when a watchpoint is triggered


Method Summary
 java.lang.String getNewValue()
          Returns the new value of the watching expression
 java.lang.String getOldValue()
          Returns the old value of the watching expression
 IPDIWatchpoint getWatchpoint()
          Returns the triggered watchpoint
 
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

getWatchpoint

IPDIWatchpoint getWatchpoint()
Returns the triggered watchpoint

Returns:
the triggered watchpoint

getOldValue

java.lang.String getOldValue()
Returns the old value of the watching expression

Returns:
the old value of the watching expression

getNewValue

java.lang.String getNewValue()
Returns the new value of the watching expression

Returns:
the new value of the watching expression

PTP
Release 5.0

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