org.apache.karaf.features.internal
Class EventAdminListener

java.lang.Object
  extended by org.apache.karaf.features.internal.EventAdminListener
All Implemented Interfaces:
FeaturesListener

public class EventAdminListener
extends java.lang.Object
implements FeaturesListener

A listener to publish events to EventAdmin


Constructor Summary
EventAdminListener(org.osgi.framework.BundleContext context)
           
 
Method Summary
 void featureEvent(FeatureEvent event)
           
 void repositoryEvent(RepositoryEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventAdminListener

public EventAdminListener(org.osgi.framework.BundleContext context)
Method Detail

featureEvent

public void featureEvent(FeatureEvent event)
Specified by:
featureEvent in interface FeaturesListener

repositoryEvent

public void repositoryEvent(RepositoryEvent event)
Specified by:
repositoryEvent in interface FeaturesListener


Copyright © 2007-2011 Apache Software Foundation. All Rights Reserved.