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

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

public class BreakpointPluginHandler
extends java.lang.Object
implements PluginHandler

This class handles the communication of breakpoints on the Eclipse side


Constructor Summary
BreakpointPluginHandler()
           
 
Method Summary
 void sendRemoveBreakpoint(MWEBreakpoint bp)
           
 void sendSetBreakpoint(MWEBreakpoint bp)
           
 void setConnection(Connection connection)
           
 void setDebugModelManager(DebugModelManager dmm)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BreakpointPluginHandler

public BreakpointPluginHandler()
Method Detail

setConnection

public void setConnection(Connection connection)
Specified by:
setConnection in interface PluginHandler

setDebugModelManager

public void setDebugModelManager(DebugModelManager dmm)
Specified by:
setDebugModelManager in interface PluginHandler

sendSetBreakpoint

public void sendSetBreakpoint(MWEBreakpoint bp)
                       throws java.io.IOException
Throws:
java.io.IOException

sendRemoveBreakpoint

public void sendRemoveBreakpoint(MWEBreakpoint bp)
                          throws java.io.IOException
Throws:
java.io.IOException