Uses of Interface
org.objectweb.dsrg.sofa.osgi.RegistrationListener

Packages that use RegistrationListener
org.objectweb.dsrg.sofa.osgi   
 

Uses of RegistrationListener in org.objectweb.dsrg.sofa.osgi
 

Classes in org.objectweb.dsrg.sofa.osgi that implement RegistrationListener
 class ProxyActivator
          Proxy Bundle activator The bundle register itself (through the RegistrationListener interface) within the SOFA2 runtime when it starts.
 

Methods in org.objectweb.dsrg.sofa.osgi that return RegistrationListener
 RegistrationListener Framework.addRegistrationListener(java.lang.String bundle, RegistrationListener listener)
          Adds a RegistrationListener
 RegistrationListener Framework.getRegistrationListener(java.lang.String bundle)
          Get a RegistrationListener for a bundle name
 RegistrationListener Framework.removeRegistrationListener(java.lang.String bundle)
          Remove a RegistrationListener for a bundle name
 

Methods in org.objectweb.dsrg.sofa.osgi with parameters of type RegistrationListener
 RegistrationListener Framework.addRegistrationListener(java.lang.String bundle, RegistrationListener listener)
          Adds a RegistrationListener