Class RuntimeHandlerManager

java.lang.Object
org.eclipse.emf.mwe.internal.core.debug.processing.RuntimeHandlerManager
All Implemented Interfaces:
Runnable

public class RuntimeHandlerManager extends Object implements Runnable
This manager class listens for requests from the debug server to instantiate handlers or adapters.
It initiates the handlers and registers adapters at the DebugMonitor instance.
  • Constructor Details

    • RuntimeHandlerManager

      public RuntimeHandlerManager(DebugMonitor monitor)
  • Method Details

    • setConnection

      public void setConnection(Connection connection)
    • startListener

      public void startListener()
      start listener thread.
    • run

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