[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform] Re: extending Update Manager
|
- From: Remy Chi Jian Suen <remy.suen@xxxxxxxxx>
- Date: Sun, 02 Nov 2008 10:12:53 +0100
- Newsgroups: eclipse.platform
- Organization: EclipseCorner
- User-agent: Thunderbird 2.0.0.16 (Windows/20080708)
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