|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A breakpoints listener is notified of breakpoint additions, removals, and changes. Listeners register and deregister with the breakpoint manager.
This interface is analagous to IBreakpointListener
except
notifications are batched for more than one breakpoint when possible.
Clients may implement this interface.
IBreakpointManager
Method Summary | |
---|---|
void |
breakpointsAdded(IBreakpoint[] breakpoints)
Notifies this listener that the given breakpoints have been added to the breakpoint manager. |
void |
breakpointsChanged(IBreakpoint[] breakpoints,
IMarkerDelta[] deltas)
Notifies this listener that the given breakpoints have changed, as described by the corresponding deltas. |
void |
breakpointsRemoved(IBreakpoint[] breakpoints,
IMarkerDelta[] deltas)
Notifies this listener that the given breakpoints have been removed from the breakpoint manager. |
Method Detail |
public void breakpointsAdded(IBreakpoint[] breakpoints)
breakpoints
- the added breakpointspublic void breakpointsRemoved(IBreakpoint[] breakpoints, IMarkerDelta[] deltas)
breakpoints
- the removed breakpointsdeltas
- the associated marker deltas. Entries may be
null
when a breakpoint is removed from the breakpoint
manager without being deletedIMarkerDelta
public void breakpointsChanged(IBreakpoint[] breakpoints, IMarkerDelta[] deltas)
breakpoints
- the changed breakpointsdeltas
- the marker deltas that describe the changes
with the markers associated with the given breakpoints. Entries
may be null
when a breakpoint change does not generate
a marker deltaIMarkerDelta
|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.