Uses of Interface
org.osgi.application.ApplicationServiceListener
-
Packages that use ApplicationServiceListener Package Description org.osgi.application -
-
Uses of ApplicationServiceListener in org.osgi.application
Methods in org.osgi.application with parameters of type ApplicationServiceListener Modifier and Type Method Description void
ApplicationContext. addServiceListener(ApplicationServiceListener listener, java.lang.String referenceName)
Adds the specifiedApplicationServiceListener
object to this context application instance's list of listeners.void
ApplicationContext. addServiceListener(ApplicationServiceListener listener, java.lang.String[] referenceNames)
Adds the specifiedApplicationServiceListener
object to this context application instance's list of listeners.void
ApplicationContext. removeServiceListener(ApplicationServiceListener listener)
Removes the specifiedApplicationServiceListener
object from this context application instances's list of listeners.
-