Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

org.eclipse.core.runtime.dynamichelpers
Interface IExtensionChangeHandler


public interface IExtensionChangeHandler

Extension change handlers are notified of changes for a given extension point in the context of an extension tracker.

This interface can be used without OSGi running.

This interface is intended to be implemented by clients.

Since:
3.1

Method Summary
 void addExtension ( IExtensionTracker tracker, IExtension extension)
          This method is called whenever an extension conforming to the extension point filter is being added to the registry.
 void removeExtension ( IExtension extension, Object[] objects)
          This method is called after the removal of an extension.
 

Method Detail

addExtension

void addExtension(
IExtensionTracker tracker,
                  
IExtension extension)
This method is called whenever an extension conforming to the extension point filter is being added to the registry. This method does not automatically register objects to the tracker.

Parameters:
tracker - a tracker to which the handler has been registered
extension - the extension being added

removeExtension

void removeExtension(
IExtension extension,
                     
Object[] objects)
This method is called after the removal of an extension.

Parameters:
extension - the extension being removed
objects - the objects that were associated with the removed extension

Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire