[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform] Re: extending Update Manager

Sunil Ramaiah wrote:
I would like to do some task once I update a particular plugin through the update manager. Is there a hook to the update manager where in I can listen to which plugins are being updated and if there is an update of a known plugin then I would like to do some task after that plugin is updated.

I think you're supposed to leverage IInstallHandler and friends.

http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/update/core/IInstallHandler.html

Regards,
Remy