Uses of Interface
org.eclipse.emf.mwe.internal.core.debug.processing.CommandListener
Packages that use CommandListener
Package
Description
Implementation of the debug processing
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 CommandListenerModifier and TypeMethodDescriptionvoid
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 CommandListenerModifier and TypeClassDescriptionclass
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.
TheDebugMonitor
uses this class to react according to the process state settings when it needs to.
TheICommandListener
andIProcessHandler
methods are the active ones that communicate with the debug server.
TheIEventHandler
methods react only internally on events.