Class StopServerActionHandler

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.StopServerActionHandler
All Implemented Interfaces:
org.eclipse.core.commands.IHandler, org.eclipse.core.commands.IHandler2

public final class StopServerActionHandler extends InvokeWstServerActionHandler
The handler that stops 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

    • StopServerActionHandler

      public StopServerActionHandler()
      Creates a new handler.