Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

org.eclipse.debug.core
Interface IBreakpointListener

All Known Subinterfaces:
IDebugTarget

public interface IBreakpointListener

A breakpoint listener is notified of breakpoint additions, removals, and changes. Listeners register and unregister with the breakpoint manager.

Clients may implement this interface.

See Also:
IBreakpointManager

Method Summary
 void breakpointAdded ( IBreakpoint breakpoint)
          Notifies this listener that the given breakpoint has been added to the breakpoint manager.
 void breakpointChanged ( IBreakpoint breakpoint, IMarkerDelta delta)
          Notifies this listener that an attribute of the given breakpoint has changed, as described by the delta.
 void breakpointRemoved ( IBreakpoint breakpoint, IMarkerDelta delta)
          Notifies this listener that the given breakpoint has been removed from the breakpoint manager.
 

Method Detail

breakpointAdded

void breakpointAdded(
IBreakpoint breakpoint)
Notifies this listener that the given breakpoint has been added to the breakpoint manager.

Parameters:
breakpoint - the added breakpoint
Since:
2.0

breakpointRemoved

void breakpointRemoved(
IBreakpoint breakpoint,
                       
IMarkerDelta delta)
Notifies this listener that the given breakpoint has been removed from the breakpoint manager. If the given breakpoint has been removed because it has been deleted, the associated marker delta is also provided.

Parameters:
breakpoint - the removed breakpoint
delta - the associated marker delta, or null when the breakpoint is removed from the breakpoint manager without being deleted
Since:
2.0
See Also:
IMarkerDelta

breakpointChanged

void breakpointChanged(
IBreakpoint breakpoint,
                       
IMarkerDelta delta)
Notifies this listener that an attribute of the given breakpoint has changed, as described by the delta.

Parameters:
breakpoint - the changed breakpoint
delta - the marker delta that describes the changes with the marker associated with the given breakpoint, or null when the breakpoint change does not generate a marker delta
Since:
2.0
See Also:
IMarkerDelta

Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire