Class ConnectRunnable

java.lang.Object
org.eclipse.emf.mwe.internal.ui.eclipse.launch.ConnectRunnable
All Implemented Interfaces:
Runnable

public class ConnectRunnable extends Object implements Runnable
Author:
kia7si - moved class out of MWEDebuggerLauncher.
  • Constructor Details

    • ConnectRunnable

      public ConnectRunnable(Connection connector)
  • Method Details

    • run

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

      public void cancel()
    • getException

      public Exception getException()
    • setThread

      public void setThread(Thread thread)
    • isRunning

      public boolean isRunning()
    • startListeningThread

      public static ConnectRunnable startListeningThread(Connection connector)