[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Re: Notification after install or update

You need to register a BundleListener and see the value of the BundleEvents (see as well bundleContext which is the object against which you can register such listeners)

PaScaL

dorian birsan wrote:
"Schneider Alexander" <schneideralexander@xxxxxxxxxxxxx> wrote in message
news:ck0ud0$3n6$1@xxxxxxxxxxxxxx

Hello,

I would run a special service after install or update plugins via
Updatemanager. Know's anybody a posibility to recieve a notification after
install or update of plugins.


If these are your plugins, you can write a custom install handler that will
be invoked by the update manager at various points during install/update.
Check the org.eclipse.update.core.IInstallHandler interface (or do a search
for custom install handler in the online help)

If you want to be notified on *any* plugin, then you will have to hook into
the osgi notifications. Check the equinox newsgroup archive, there should be
some "how to" posting.

-dorian


thanks

alexander schneider