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
The handler that publish changes to the WST server using the WST action
-
Constructor Summary
Constructors -
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
-
Constructor Details
-
PublishServerActionHandler
public PublishServerActionHandler()Creates a new handler.
-