|
OPS4J Pax Swissbox :: Extender 1.3.1-redhat-1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BundleObserver<T>
Observer for watched bundles entries.
Method Summary | |
---|---|
void |
addingEntries(org.osgi.framework.Bundle bundle,
List<T> entries)
Called when a bundle gets started and contains the desired entries. |
void |
removingEntries(org.osgi.framework.Bundle bundle,
List<T> entries)
Called when a bundle gets stopped. |
Method Detail |
---|
void addingEntries(org.osgi.framework.Bundle bundle, List<T> entries)
bundle
- started bundleentries
- list of watched entriesvoid removingEntries(org.osgi.framework.Bundle bundle, List<T> entries)
bundle
- stopped bundleentries
- list of watched entries for that bundle
|
OPS4J Pax Swissbox :: Extender 1.3.1-redhat-1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |