|
Eclipse Platform Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
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 |
---|
void breakpointAdded(IBreakpoint breakpoint)
breakpoint
- the added breakpointvoid breakpointRemoved(IBreakpoint breakpoint, IMarkerDelta delta)
breakpoint
- the removed breakpointdelta
- the associated marker delta, or null
when
the breakpoint is removed from the breakpoint manager without
being deletedIMarkerDelta
void breakpointChanged(IBreakpoint breakpoint, IMarkerDelta delta)
breakpoint
- the changed breakpointdelta
- 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 deltaIMarkerDelta
|
Eclipse Platform Release 3.2 |
|||||||||
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, 2006. All rights reserved.