org.apache.sling.installer.provider.file.impl
Class ServicesListener

java.lang.Object
  extended by org.apache.sling.installer.provider.file.impl.ServicesListener

public class ServicesListener
extends Object

The ServicesListener listens for the required services and starts/stops the scanners based on the availability of the services.


Nested Class Summary
protected  class ServicesListener.Listener
           
 
Constructor Summary
ServicesListener(org.osgi.framework.BundleContext bundleContext, List<ScanConfiguration> configs)
           
 
Method Summary
 void deactivate()
          Deactivate this listener.
 void notifyChange()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServicesListener

public ServicesListener(org.osgi.framework.BundleContext bundleContext,
                        List<ScanConfiguration> configs)
Method Detail

notifyChange

public void notifyChange()

deactivate

public void deactivate()
Deactivate this listener.



Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.