We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Harald Wellmann created PAXCDI-58
Fire a BundleCdiEvent whenever a bundle changes state.
BundleCdiEvent
This event has a Bundle and a BundleEvent member. On the OSGi side, a BundleTracker is used to fire the corresponding CDI events.
Bundle
BundleEvent
BundleTracker
Events can be qualified by @BundleStarted, @BundleStopped etc.
@BundleStarted
@BundleStopped
Observers can handle bundle events by
public void bundleStarted(@Observes @BundleStarted BundleCdiEvent event);
Affects: 0.4.0 Votes: 1, Watches: 2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Harald Wellmann created PAXCDI-58
Fire a
BundleCdiEvent
whenever a bundle changes state.This event has a
Bundle
and aBundleEvent
member. On the OSGi side, aBundleTracker
is used to fire the corresponding CDI events.Events can be qualified by
@BundleStarted
,@BundleStopped
etc.Observers can handle bundle events by
Affects: 0.4.0
Votes: 1, Watches: 2
The text was updated successfully, but these errors were encountered: