|
org.eclipse.update.core
Interface IInstallHandlerWithFilter
-
All Superinterfaces:
-
IInstallHandler
Deprecated. The org.eclipse.update component has been replaced by Equinox p2. This
provisional API was never promoted to stable API, and may be removed from a future release of the platform.
-
public interface IInstallHandlerWithFilter
- extends
IInstallHandler
Custom install handler.
Methods inherited from interface org.eclipse.update.core.
IInstallHandler
|
completeConfigure,
completeInstall,
completeUnconfigure,
completeUninstall,
configureCompleted,
configureInitiated,
initialize,
installCompleted,
installInitiated,
nonPluginDataDownloaded,
pluginsDownloaded,
unconfigureCompleted,
unconfigureInitiated,
uninstallCompleted,
uninstallInitiated
|
acceptNonPluginData
boolean acceptNonPluginData(
INonPluginEntry data)
-
Deprecated.
-
-
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.
|
|