|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Extension change handlers are notified of changes for a given extension point in the context of an extension tracker.
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 |
public void addExtension(IExtensionTracker tracker, IExtension extension)
tracker
- a tracker to which the handler has been registered.extension
- the extension being added.public void removeExtension(IExtension extension, Object[] objects)
extension
- the extension being removedobjects
- the objects that were associated with the removed extension
|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.