Class StopActiveCommandHandler
- java.lang.Object
-
- org.eclipse.core.commands.common.EventManager
-
- org.eclipse.core.commands.AbstractHandler
-
- org.eclipse.launchbar.ui.internal.commands.StopActiveCommandHandler
-
- All Implemented Interfaces:
org.eclipse.core.commands.IHandler,org.eclipse.core.commands.IHandler2
public class StopActiveCommandHandler extends org.eclipse.core.commands.AbstractHandler
-
-
Constructor Summary
Constructors Constructor Description StopActiveCommandHandler()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectexecute(org.eclipse.core.commands.ExecutionEvent event)voidstop()(package private) static voidstopActiveLaunches(ILaunchBarManager launchBarManager)protected voidstopBuild()-
Methods inherited from class org.eclipse.core.commands.AbstractHandler
addHandlerListener, dispose, fireHandlerChanged, hasListeners, isEnabled, isHandled, removeHandlerListener, setBaseEnabled, setEnabled
-
-
-
-
Method Detail
-
execute
public java.lang.Object execute(org.eclipse.core.commands.ExecutionEvent event) throws org.eclipse.core.commands.ExecutionException- Throws:
org.eclipse.core.commands.ExecutionException
-
stop
public void stop()
-
stopActiveLaunches
static void stopActiveLaunches(ILaunchBarManager launchBarManager)
-
stopBuild
protected void stopBuild()
-
-