public class DebugProcessAdapterImpl extends java.lang.Object implements DebugProcessListener
| Constructor and Description |
|---|
DebugProcessAdapterImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
paused(SuspendContext suspendContext) |
void |
paused(SuspendContextImpl suspendContext) |
void |
processAttached(DebugProcess process) |
void |
processAttached(DebugProcessImpl process) |
void |
processDetached(DebugProcess process,
boolean closedByUser) |
void |
processDetached(DebugProcessImpl process,
boolean closedByUser) |
void |
resumed(SuspendContext suspendContext) |
void |
resumed(SuspendContextImpl suspendContext) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitattachException, connectorIsReady, threadStarted, threadStoppedpublic final void paused(SuspendContext suspendContext)
paused in interface DebugProcessListenerpublic final void resumed(SuspendContext suspendContext)
resumed in interface DebugProcessListenerpublic final void processDetached(DebugProcess process, boolean closedByUser)
processDetached in interface DebugProcessListenerpublic final void processAttached(DebugProcess process)
processAttached in interface DebugProcessListenerpublic void paused(SuspendContextImpl suspendContext)
public void resumed(SuspendContextImpl suspendContext)
public void processDetached(DebugProcessImpl process, boolean closedByUser)
public void processAttached(DebugProcessImpl process)