Uses of Interface
org.eclipse.emf.mwe.internal.core.debug.processing.ProcessHandler

Packages that use ProcessHandler
org.eclipse.emf.mwe.internal.core.debug.processing Implementation of the debug processing 
org.eclipse.emf.mwe.internal.core.debug.processing.handlers Debug process handlers 
 

Uses of ProcessHandler in org.eclipse.emf.mwe.internal.core.debug.processing
 

Methods in org.eclipse.emf.mwe.internal.core.debug.processing with parameters of type ProcessHandler
 void DebugMonitor.addProcessHandler(ProcessHandler handler)
           
 

Uses of ProcessHandler in org.eclipse.emf.mwe.internal.core.debug.processing.handlers
 

Classes in org.eclipse.emf.mwe.internal.core.debug.processing.handlers that implement ProcessHandler
 class BreakpointRuntimeHandler
          This class handles the communication of Breakpoints on the runtime side.
 class CommandRuntimeHandler
          This class handles the communication of debug commands on the runtime side.
It listens in an extra thread for commands and sets state values accordingly.

The DebugMonitor uses this class to react according to the process state settings when it needs to.
The ICommandListener and IProcessHandler methods are the active ones that communicate with the debug server.
The IEventHandler methods react only internally on events.