Package | Description |
---|---|
org.eclipse.jdt.debug.core |
Provides an implementation of a debug model based on JPDA (Java Platform Debug Architecture). |
Modifier and Type | Method and Description |
---|---|
void |
IJavaDebugTarget.addHotCodeReplaceListener(IJavaHotCodeReplaceListener listener)
Adds the given listener to this target for hot code replace
notifications.
|
static void |
JDIDebugModel.addHotCodeReplaceListener(IJavaHotCodeReplaceListener listener)
Registers the given listener for hot code replace notifications.
|
void |
IJavaDebugTarget.removeHotCodeReplaceListener(IJavaHotCodeReplaceListener listener)
Removes the given listener from this target.
|
static void |
JDIDebugModel.removeHotCodeReplaceListener(IJavaHotCodeReplaceListener listener)
Unregisters the given listener for hot code replace notifications.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.