Class PublishServerActionHandler

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

public final class PublishServerActionHandler extends InvokeWstServerActionHandler
The handler that publish changes to 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

    • PublishServerActionHandler

      public PublishServerActionHandler()
      Creates a new handler.