java.lang.Object
org.eclipse.emf.mwe.internal.ui.debug.processing.handlers.EventPluginHandler
All Implemented Interfaces:
Runnable

public class EventPluginHandler extends Object implements 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 DebugModelManager.
  • Constructor Details

    • EventPluginHandler

      public EventPluginHandler()
  • Method Details

    • setDmm

      public void setDmm(DebugModelManager dmm)
    • getPackageType

      public Class<? extends AbstractPackage> getPackageType()
    • setConnection

      public void setConnection(Connection connection)
    • startListener

      public void startListener()
    • run

      public void run()
      Specified by:
      run in interface Runnable