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
The handler that stops the WST server using the WST action.
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class com.e1c.g5.dt.internal.applications.wst.ui.commands.InvokeWstServerActionHandlerexecuteMethods inherited from class org.eclipse.core.commands.AbstractHandleraddHandlerListener, dispose, fireHandlerChanged, hasListeners, isEnabled, isHandled, removeHandlerListener, setBaseEnabled, setEnabledMethods inherited from class org.eclipse.core.commands.common.EventManageraddListenerObject, clearListeners, getListeners, isListenerAttached, removeListenerObject
- 
Constructor Details- 
StopServerActionHandlerpublic StopServerActionHandler()Creates a new handler.
 
-