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, wait
attachException, connectorIsReady, threadStarted, threadStopped
public final void paused(SuspendContext suspendContext)
paused
in interface DebugProcessListener
public final void resumed(SuspendContext suspendContext)
resumed
in interface DebugProcessListener
public final void processDetached(DebugProcess process, boolean closedByUser)
processDetached
in interface DebugProcessListener
public final void processAttached(DebugProcess process)
processAttached
in interface DebugProcessListener
public void paused(SuspendContextImpl suspendContext)
public void resumed(SuspendContextImpl suspendContext)
public void processDetached(DebugProcessImpl process, boolean closedByUser)
public void processAttached(DebugProcessImpl process)