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

java.lang.Object
  extended by org.eclipse.emf.mwe.internal.ui.debug.processing.handlers.CommandPluginHandler

public class CommandPluginHandler
extends java.lang.Object

This class handles the communication of debug command actions on the Eclipse side


Constructor Summary
CommandPluginHandler()
           
 
Method Summary
 void sendResumeCommand()
           
 void sendStepIntoCommand()
           
 void sendStepOverCommand()
           
 void sendStepReturnCommand()
           
 void sendSuspendCommand()
           
 void sendTerminateCommand()
           
 void setConnection(Connection connection)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandPluginHandler

public CommandPluginHandler()
Method Detail

setConnection

public void setConnection(Connection connection)

sendStepIntoCommand

public void sendStepIntoCommand()
                         throws org.eclipse.debug.core.DebugException
Throws:
org.eclipse.debug.core.DebugException

sendStepOverCommand

public void sendStepOverCommand()
                         throws org.eclipse.debug.core.DebugException
Throws:
org.eclipse.debug.core.DebugException

sendStepReturnCommand

public void sendStepReturnCommand()
                           throws org.eclipse.debug.core.DebugException
Throws:
org.eclipse.debug.core.DebugException

sendResumeCommand

public void sendResumeCommand()
                       throws org.eclipse.debug.core.DebugException
Throws:
org.eclipse.debug.core.DebugException

sendSuspendCommand

public void sendSuspendCommand()
                        throws org.eclipse.debug.core.DebugException
Throws:
org.eclipse.debug.core.DebugException

sendTerminateCommand

public void sendTerminateCommand()
                          throws org.eclipse.debug.core.DebugException
Throws:
org.eclipse.debug.core.DebugException