Class DebugServerActionHandler

java.lang.Object
org.eclipse.core.commands.common.EventManager
org.eclipse.core.commands.AbstractHandler
com.e1c.g5.dt.internal.applications.wst.ui.commands.InvokeWstServerActionHandler
com.e1c.g5.dt.internal.applications.wst.ui.commands.DebugServerActionHandler
All Implemented Interfaces:
org.eclipse.core.commands.IHandler, org.eclipse.core.commands.IHandler2

public final class DebugServerActionHandler extends InvokeWstServerActionHandler
The handler that starts debugging the WST server using the WST action.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Creates a new handler.
  • Method Summary

    Methods inherited from class com.e1c.g5.dt.internal.applications.wst.ui.commands.InvokeWstServerActionHandler

    execute

    Methods inherited from class org.eclipse.core.commands.AbstractHandler

    addHandlerListener, dispose, fireHandlerChanged, hasListeners, isEnabled, isHandled, removeHandlerListener, setBaseEnabled, setEnabled

    Methods inherited from class org.eclipse.core.commands.common.EventManager

    addListenerObject, clearListeners, getListeners, isListenerAttached, removeListenerObject

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DebugServerActionHandler

      public DebugServerActionHandler()
      Creates a new handler.