Class EventPluginHandler
java.lang.Object
org.eclipse.emf.mwe.internal.ui.debug.processing.handlers.EventPluginHandler
- All Implemented Interfaces:
Runnable
This class handles the distribution of debug events on the Eclipse side.
It listens in an extra thread for events from the runtime process and forwards them to the
It listens in an extra thread for events from the runtime process and forwards them to the
DebugModelManager
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<? extends AbstractPackage>
void
run()
void
setConnection
(Connection connection) void
setDmm
(DebugModelManager dmm) void