org.eclipse.emf.mwe.internal.ui.eclipse.launch
Class ConnectRunnable

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

public class ConnectRunnable
extends java.lang.Object
implements java.lang.Runnable

Author:
kia7si - moved class out of MWEDebuggerLauncher.

Constructor Summary
ConnectRunnable(Connection connector)
           
 
Method Summary
 void cancel()
           
 java.lang.Exception getException()
           
 boolean isRunning()
           
 void run()
           
 void setThread(java.lang.Thread thread)
           
static ConnectRunnable startListeningThread(Connection connector)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectRunnable

public ConnectRunnable(Connection connector)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable

cancel

public void cancel()

getException

public java.lang.Exception getException()

setThread

public void setThread(java.lang.Thread thread)

isRunning

public boolean isRunning()

startListeningThread

public static ConnectRunnable startListeningThread(Connection connector)