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