Eclipse CDT
Pre-release 3.0

org.eclipse.cdt.debug.core.cdi.event
Interface ICDIBreakpointMovedEvent

All Superinterfaces:
ICDIEvent

public interface ICDIBreakpointMovedEvent
extends ICDIEvent

Notifies that a breakpoint has changed location.


Method Summary
 ICDILocator getNewLocation()
          Returns the new location for the breakpoint.
 
Methods inherited from interface org.eclipse.cdt.debug.core.cdi.event.ICDIEvent
getSource
 

Method Detail

getNewLocation

public ICDILocator getNewLocation()
Returns the new location for the breakpoint.

Returns:
the breakpoint's new location.

Eclipse CDT
Pre-release 3.0

Copyright (c) IBM Corp. and others 2004. All Rights Reserved.