Skip to content
New issue

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

Map bundle events to CDI events [PAXCDI-58] #107

Open
ops4j-issues opened this issue Apr 12, 2013 · 0 comments
Open

Map bundle events to CDI events [PAXCDI-58] #107

ops4j-issues opened this issue Apr 12, 2013 · 0 comments
Labels

Comments

@ops4j-issues
Copy link

Harald Wellmann created PAXCDI-58

Fire a BundleCdiEvent whenever a bundle changes state.

This event has a Bundle and a BundleEvent member. On the OSGi side, a BundleTracker is used to fire the corresponding CDI events.

Events can be qualified by @BundleStarted, @BundleStopped etc.

Observers can handle bundle events by

public void bundleStarted(@Observes @BundleStarted BundleCdiEvent event);

Affects: 0.4.0
Votes: 1, Watches: 2

@ops4j-issues ops4j-issues added the type: new feature New Feature label Feb 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant