* debug target
*/
protected void fireAdding(IJavaDebugTarget target) {
JDIDebugPlugin plugin = JDIDebugPlugin.getDefault();
if (plugin != null)
plugin.fireBreakpointAdding(target, this);
}
/**
* Notifies listeners this breakpoint has been removed from the given
* target.