org.eclipse.mylar.internal.tasks.ui.commands
Class AddTaskRepositoryHandler

java.lang.Object
  extended by org.eclipse.core.commands.common.EventManager
      extended by org.eclipse.core.commands.AbstractHandler
          extended by org.eclipse.mylar.internal.tasks.ui.commands.AddTaskRepositoryHandler
All Implemented Interfaces:
org.eclipse.core.commands.IHandler

public class AddTaskRepositoryHandler
extends org.eclipse.core.commands.AbstractHandler

Handles the "add task repository" command

Author:
Willian Mitsuda

Constructor Summary
AddTaskRepositoryHandler()
           
 
Method Summary
 java.lang.Object execute(org.eclipse.core.commands.ExecutionEvent event)
           
 
Methods inherited from class org.eclipse.core.commands.AbstractHandler
addHandlerListener, dispose, fireHandlerChanged, hasListeners, isEnabled, isHandled, removeHandlerListener
 
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
 

Constructor Detail

AddTaskRepositoryHandler

public AddTaskRepositoryHandler()
Method Detail

execute

public java.lang.Object execute(org.eclipse.core.commands.ExecutionEvent event)
                         throws org.eclipse.core.commands.ExecutionException
Specified by:
execute in interface org.eclipse.core.commands.IHandler
Specified by:
execute in class org.eclipse.core.commands.AbstractHandler
Throws:
org.eclipse.core.commands.ExecutionException