Class InvokeWstServerActionHandler
java.lang.Object
org.eclipse.core.commands.common.EventManager
org.eclipse.core.commands.AbstractHandler
com.e1c.g5.dt.internal.applications.wst.ui.commands.InvokeWstServerActionHandler
- All Implemented Interfaces:
org.eclipse.core.commands.IHandler
,org.eclipse.core.commands.IHandler2
- Direct Known Subclasses:
DebugServerActionHandler
,PublishServerActionHandler
,RunServerActionHandler
,StopServerActionHandler
public abstract class InvokeWstServerActionHandler
extends org.eclipse.core.commands.AbstractHandler
The abstract WST server action handler.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
InvokeWstServerActionHandler
(String commandId) Creates a new handler. -
Method Summary
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
-
InvokeWstServerActionHandler
Creates a new handler.- Parameters:
commandId
- the command identifier to invoke, cannot benull
.
-
-
Method Details
-
execute
public Object execute(org.eclipse.core.commands.ExecutionEvent event) throws org.eclipse.core.commands.ExecutionException - Throws:
org.eclipse.core.commands.ExecutionException
-