OPS4J Pax Swissbox :: Extender 1.3.1-redhat-1

org.ops4j.pax.swissbox.extender
Interface BundleObserver<T>


public interface BundleObserver<T>

Observer for watched bundles entries.

Since:
0.1.0, December 26, 2007
Author:
Alin Dreghiciu

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

addingEntries

void addingEntries(org.osgi.framework.Bundle bundle,
                   List<T> entries)
Called when a bundle gets started and contains the desired entries.

Parameters:
bundle - started bundle
entries - list of watched entries

removingEntries

void removingEntries(org.osgi.framework.Bundle bundle,
                     List<T> entries)
Called when a bundle gets stopped.

Parameters:
bundle - stopped bundle
entries - list of watched entries for that bundle

OPS4J Pax Swissbox :: Extender 1.3.1-redhat-1

Copyright © 2006-2011 OPS4J - Open Participation Software for Java. All Rights Reserved.