Eclipse Platform
Release 3.1

Uses of Interface
org.eclipse.update.operations.IOperationListener

Packages that use IOperationListener
org.eclipse.update.operations Provides support for performing various install/update operations.  
org.eclipse.update.standalone Provides support for performing various install/update operations from the command line.  
 

Uses of IOperationListener in org.eclipse.update.operations
 

Methods in org.eclipse.update.operations with parameters of type IOperationListener
 boolean IOperation.execute(IProgressMonitor pm, IOperationListener listener)
          Executes operation.
 

Uses of IOperationListener in org.eclipse.update.standalone
 

Classes in org.eclipse.update.standalone that implement IOperationListener
 class AddSiteCommand
          Command to add a new product extension site.
 class DisableCommand
          Command to disable (unconfigure) a feature Note: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 class EnableCommand
          Command to enable (configure) a feature.
 class InstallCommand
          Command to install a feature.
 class ListFeaturesCommand
          Command to list all installed features.
 class RemoveSiteCommand
          Command to remove a product extension site.
 class ScriptedCommand
          Parent class for all the update manager standalone commands.
 class SearchCommand
          Command to search an update site and list its features.
 class UninstallCommand
          Command to uninstall a feature.
 class UpdateCommand
          Command to update and existing feature.
 


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.