|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.cdt.debug.internal.core.CBreakpointNotifier
public class CBreakpointNotifier
Constructor Summary | |
---|---|
CBreakpointNotifier()
|
Method Summary | |
---|---|
void |
breakpointChanged(org.eclipse.debug.core.model.IDebugTarget target,
org.eclipse.debug.core.model.IBreakpoint breakpoint,
java.util.Map attributes)
Notification that the attributes of the given breakpoint have been changed from the specified target. |
void |
breakpointInstalled(org.eclipse.debug.core.model.IDebugTarget target,
org.eclipse.debug.core.model.IBreakpoint breakpoint)
Notification that the given breakpoint has been installed in the specified target. |
void |
breakpointsRemoved(org.eclipse.debug.core.model.IDebugTarget target,
org.eclipse.debug.core.model.IBreakpoint[] breakpoints)
Notification that the given breakpoints have been removed from the specified target. |
static CBreakpointNotifier |
getInstance()
|
boolean |
installingBreakpoint(org.eclipse.debug.core.model.IDebugTarget target,
org.eclipse.debug.core.model.IBreakpoint breakpoint)
Notification that the given breakpoint is about to be installed in the specified target. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CBreakpointNotifier()
Method Detail |
---|
public static CBreakpointNotifier getInstance()
public boolean installingBreakpoint(org.eclipse.debug.core.model.IDebugTarget target, org.eclipse.debug.core.model.IBreakpoint breakpoint)
ICBreakpointListener
false
the breakpoint is
not installed in the given target.
installingBreakpoint
in interface ICBreakpointListener
target
- debug targetbreakpoint
- breakpoint being installed
public void breakpointInstalled(org.eclipse.debug.core.model.IDebugTarget target, org.eclipse.debug.core.model.IBreakpoint breakpoint)
ICBreakpointListener
breakpointInstalled
in interface ICBreakpointListener
target
- debug targetbreakpoint
- breakpoint being installedpublic void breakpointChanged(org.eclipse.debug.core.model.IDebugTarget target, org.eclipse.debug.core.model.IBreakpoint breakpoint, java.util.Map attributes)
ICBreakpointListener
breakpointChanged
in interface ICBreakpointListener
target
- debug targetbreakpoint
- breakpointattributes
- a map of changed attributespublic void breakpointsRemoved(org.eclipse.debug.core.model.IDebugTarget target, org.eclipse.debug.core.model.IBreakpoint[] breakpoints)
ICBreakpointListener
breakpointsRemoved
in interface ICBreakpointListener
target
- debug targetbreakpoints
- the breakpoints being removed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |