You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From: Sylvain Mina
The org.ops4j.peaberry.eclipse.ExtensionListener class implements
IRegistryEventListener which appears in Eclipse 3.4. The previous way to
track the events participating in extension/extension points changes was to
use the IRegistryChangeListener. It provides an IRegistryChangedEvent which
delta information about extension and extension point.
Reported by mcculls on 2009-07-17 08:09:06
The text was updated successfully, but these errors were encountered:
Will add this as a fall-back for when the IRegistryEventListener is unavailable, rather
than replacing IRegistryChangeListener - just in case the old API is deprecated in
the future.
Originally reported on Google Code with ID 39
Reported by
mcculls
on 2009-07-17 08:09:06The text was updated successfully, but these errors were encountered: