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

Packages that use CommandListener
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 CommandListener in org.eclipse.emf.mwe.internal.core.debug.processing
 

Methods in org.eclipse.emf.mwe.internal.core.debug.processing with parameters of type CommandListener
 void DebugMonitor.setCommandListener(CommandListener commandListener)
           
 

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

Classes in org.eclipse.emf.mwe.internal.core.debug.processing.handlers that implement CommandListener
 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.