Class BundleListConlet.BundleChanged

java.lang.Object
org.jgrapes.core.internal.EventBase<T>
org.jgrapes.core.Event<Void>
org.jgrapes.osgi.webconlet.bundles.BundleListConlet.BundleChanged
All Implemented Interfaces:
Future<Void>, Associator, Eligible
Enclosing class:
BundleListConlet

public static class BundleListConlet.BundleChanged extends Event<Void>
Wraps an OSGi BundleEvent.
  • Constructor Details

    • BundleChanged

      public BundleChanged(BundleEvent bundleEvent)
      Instantiates a new event.
      Parameters:
      bundleEvent - the OSGi bundle event
  • Method Details