org.eclipse.emf.mwe.internal.ui.debug.processing.handlers
Class EventPluginHandler

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

public class EventPluginHandler
extends java.lang.Object
implements java.lang.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 Summary
EventPluginHandler()
           
 
Method Summary
 java.lang.Class<? extends AbstractPackage> getPackageType()
           
 void run()
           
 void setConnection(Connection connection)
           
 void setDmm(DebugModelManager dmm)
           
 void startListener()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventPluginHandler

public EventPluginHandler()
Method Detail

setDmm

public void setDmm(DebugModelManager dmm)

getPackageType

public java.lang.Class<? extends AbstractPackage> getPackageType()

setConnection

public void setConnection(Connection connection)

startListener

public void startListener()

run

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