tk.exgerm.splashscreen
Class Listener

java.lang.Object
  extended by tk.exgerm.splashscreen.Listener
All Implemented Interfaces:
EventListener, org.osgi.framework.BundleListener

public class Listener
extends Object
implements org.osgi.framework.BundleListener


Constructor Summary
Listener(org.osgi.framework.BundleContext context, SplashScreen splash)
           
 
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

Listener

public Listener(org.osgi.framework.BundleContext context,
                SplashScreen splash)
Method Detail

bundleChanged

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