* debug target
*/
protected void fireInstalled(IJavaDebugTarget target) {
JDIDebugPlugin plugin = JDIDebugPlugin.getDefault();
if (plugin != null && !isInstalledIn(target)) {
plugin.fireBreakpointInstalled(target, this);
setInstalledIn(target, true);
}
}
/**