public interface IExtensionChangeHandler
This interface can be used without OSGi running.
This interface is intended to be implemented by clients.
Modifier and Type | Method and Description |
---|---|
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.
|
void addExtension(IExtensionTracker tracker, IExtension extension)
tracker
- a tracker to which the handler has been registeredextension
- the extension being addedvoid removeExtension(IExtension extension, Object[] objects)
extension
- the extension being removedobjects
- the objects that were associated with the removed extension
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.