- java.lang.Object
-
- org.eclipse.core.commands.common.EventManager
-
- org.eclipse.core.commands.AbstractHandler
-
- org.eclipse.m2e.core.ui.internal.actions.UpdateMavenProjectCommandHandler
-
- All Implemented Interfaces:
- org.eclipse.core.commands.IHandler, org.eclipse.core.commands.IHandler2
public class UpdateMavenProjectCommandHandler
extends org.eclipse.core.commands.AbstractHandler
Handler for the Update Project command. This can then be bound to whatever key binding the user prefers (defaults to
Alt+F5).
- Since:
- 1.4.0
- Author:
- Fred Bricon
-
-
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
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Copyright © 2005–2015 Sonatype, Inc.. All rights reserved.