org.jboss.osgi.husky.runtime.osgi
Class HuskyExtender

java.lang.Object
  extended by org.jboss.osgi.husky.runtime.osgi.HuskyExtender
All Implemented Interfaces:
EventListener, org.osgi.framework.BundleListener, org.osgi.framework.SynchronousBundleListener

public class HuskyExtender
extends Object
implements org.osgi.framework.SynchronousBundleListener

The Husky extender is a BundleListener that processes the ManifestProcessor.HEADER_TEST_PACKAGE.

Since:
17-May-2009
Author:
Thomas.Diesler@jboss.com

Constructor Summary
HuskyExtender(ManifestProcessor processor)
           
 
Method Summary
 void bundleChanged(org.osgi.framework.BundleEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HuskyExtender

public HuskyExtender(ManifestProcessor processor)
Method Detail

bundleChanged

public void bundleChanged(org.osgi.framework.BundleEvent event)
Specified by:
bundleChanged in interface org.osgi.framework.BundleListener


Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.