public interface DebugProcessListener
extends java.util.EventListener
Modifier and Type | Method and Description |
---|---|
default void |
attachException(RunProfileState state,
ExecutionException exception,
RemoteConnection remoteConnection) |
default void |
connectorIsReady() |
default void |
paused(SuspendContext suspendContext) |
default void |
processAttached(DebugProcess process) |
default void |
processDetached(DebugProcess process,
boolean closedByUser) |
default void |
resumed(SuspendContext suspendContext) |
default void |
threadStarted(DebugProcess proc,
com.sun.jdi.ThreadReference thread) |
default void |
threadStopped(DebugProcess proc,
com.sun.jdi.ThreadReference thread) |
default void connectorIsReady()
default void paused(SuspendContext suspendContext)
default void resumed(SuspendContext suspendContext)
default void processDetached(DebugProcess process, boolean closedByUser)
default void processAttached(DebugProcess process)
default void attachException(RunProfileState state, ExecutionException exception, RemoteConnection remoteConnection)
default void threadStarted(DebugProcess proc, com.sun.jdi.ThreadReference thread)
default void threadStopped(DebugProcess proc, com.sun.jdi.ThreadReference thread)