org.eclipse.cdt.debug.internal.ui.actions
Class SignalZeroWorkbenchActionDelegate

java.lang.Object
  extended by org.eclipse.cdt.debug.internal.ui.actions.AbstractDebugActionDelegate
      extended by org.eclipse.cdt.debug.internal.ui.actions.AbstractListenerActionDelegate
          extended by org.eclipse.cdt.debug.internal.ui.actions.SignalZeroWorkbenchActionDelegate
All Implemented Interfaces:
org.eclipse.debug.core.IDebugEventSetListener, org.eclipse.ui.IActionDelegate, org.eclipse.ui.IActionDelegate2, org.eclipse.ui.INullSelectionListener, org.eclipse.ui.ISelectionListener, org.eclipse.ui.IViewActionDelegate, org.eclipse.ui.IWorkbenchWindowActionDelegate

public class SignalZeroWorkbenchActionDelegate
extends AbstractListenerActionDelegate

The workbench delegate of the "Resume Without Signal" action.


Constructor Summary
SignalZeroWorkbenchActionDelegate()
           
 
Method Summary
 
Methods inherited from class org.eclipse.cdt.debug.internal.ui.actions.AbstractListenerActionDelegate
dispose, handleDebugEvents, init, init, init, runWithEvent
 
Methods inherited from class org.eclipse.cdt.debug.internal.ui.actions.AbstractDebugActionDelegate
run, selectionChanged, selectionChanged
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.ui.IActionDelegate
run, selectionChanged
 

Constructor Detail

SignalZeroWorkbenchActionDelegate

public SignalZeroWorkbenchActionDelegate()