Uses of Interface
org.eclipse.emf.mwe.core.debug.processing.EventHandler

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

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

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

Classes in org.eclipse.emf.mwe.internal.core.debug.processing.handlers that implement EventHandler
 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.
 class EventRuntimeHandler
          This class handles the communication of debug events on the runtime side.
It sends them out (together with addition syntax element information, if required).
 class VariablesRuntimeHandler
          This class handles the communication of variable names and values with the debug server.
It caches variable values with it's id and handles also cleanup of this cache if values are no longer used.