Uses of Interface
org.apache.felix.ipojo.ContextListener

Packages that use ContextListener
org.apache.felix.ipojo   
 

Uses of ContextListener in org.apache.felix.ipojo
 

Methods in org.apache.felix.ipojo with parameters of type ContextListener
 void ContextSource.registerContextListener(ContextListener listener, java.lang.String[] properties)
          Register a context listener on the given set of properties.
 void ContextSource.unregisterContextListener(ContextListener listener)
          Unregister the given context listener.