com.intellij.debugger.engine
Interface DebugProcessListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
DebugProcessAdapter

public interface DebugProcessListener
extends java.util.EventListener


Method Summary
 void attachException(RunProfileState state, ExecutionException exception, RemoteConnection remoteConnection)
           
 void connectorIsReady()
           
 void paused(SuspendContext suspendContext)
           
 void processAttached(DebugProcess process)
           
 void processDetached(DebugProcess process, boolean closedByUser)
           
 void resumed(SuspendContext suspendContext)
           
 

Method Detail

connectorIsReady

void connectorIsReady()

paused

void paused(SuspendContext suspendContext)

resumed

void resumed(SuspendContext suspendContext)

processDetached

void processDetached(DebugProcess process,
                     boolean closedByUser)

processAttached

void processAttached(DebugProcess process)

attachException

void attachException(RunProfileState state,
                     ExecutionException exception,
                     RemoteConnection remoteConnection)