Eclipse Platform
Release 3.1

org.eclipse.update.core
Interface IInstallHandlerWithFilter

All Superinterfaces:
IInstallHandler

public interface IInstallHandlerWithFilter
extends IInstallHandler

Custom install handler.


Field Summary
 
Fields inherited from interface org.eclipse.update.core.IInstallHandler
HANDLER_ACTION_CONFIGURE, HANDLER_ACTION_INSTALL, HANDLER_ACTION_UNCONFIGURE, HANDLER_ACTION_UNINSTALL
 
Method Summary
 boolean acceptNonPluginData(INonPluginEntry data)
           
 
Methods inherited from interface org.eclipse.update.core.IInstallHandler
completeConfigure, completeInstall, completeUnconfigure, completeUninstall, configureCompleted, configureInitiated, initialize, installCompleted, installInitiated, nonPluginDataDownloaded, pluginsDownloaded, unconfigureCompleted, unconfigureInitiated, uninstallCompleted, uninstallInitiated
 

Method Detail

acceptNonPluginData

public boolean acceptNonPluginData(INonPluginEntry data)

Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

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