org.eclipse.osgi.internal.signedcontent
Class BundleInstallListener

java.lang.Object
  extended by org.eclipse.osgi.internal.signedcontent.BundleInstallListener
All Implemented Interfaces:
java.util.EventListener, BundleListener, SynchronousBundleListener

public class BundleInstallListener
extends java.lang.Object
implements SynchronousBundleListener


Constructor Summary
BundleInstallListener()
           
 
Method Summary
 void bundleChanged(BundleEvent event)
          Receives notification that a bundle has had a lifecycle change.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BundleInstallListener

public BundleInstallListener()
Method Detail

bundleChanged

public void bundleChanged(BundleEvent event)
Description copied from interface: BundleListener
Receives notification that a bundle has had a lifecycle change.

Specified by:
bundleChanged in interface BundleListener
Parameters:
event - The BundleEvent.


Copyright © 2007-2012 FuseSource, Corp.. All Rights Reserved.