A O S

A

Activator - Class in org.apache.felix.examples.dictionaryclient2
This class implements a bundle that uses a dictionary service to check for the proper spelling of a word by checking for its existence in the dictionary.
Activator() - Constructor for class org.apache.felix.examples.dictionaryclient2.Activator
 

O

org.apache.felix.examples.dictionaryclient2 - package org.apache.felix.examples.dictionaryclient2
 

S

serviceChanged(ServiceEvent) - Method in class org.apache.felix.examples.dictionaryclient2.Activator
Implements ServiceListener.serviceChanged().
start(BundleContext) - Method in class org.apache.felix.examples.dictionaryclient2.Activator
Implements BundleActivator.start().
stop(BundleContext) - Method in class org.apache.felix.examples.dictionaryclient2.Activator
Implements BundleActivator.stop().

A O S