|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.sip.communicator.plugin.notificationconfiguration.NotificationConfigurationActivator
public class NotificationConfigurationActivator
The BundleActivator of the AudioConfiguration plugin.
| Field Summary | |
|---|---|
static org.osgi.framework.BundleContext |
bundleContext
OSGi bundle context. |
| Constructor Summary | |
|---|---|
NotificationConfigurationActivator()
|
|
| Method Summary | |
|---|---|
static AudioNotifierService |
getAudioNotifierService()
Returns the AudioService obtained from the bundle context. |
static ConfigurationService |
getConfigurationService()
Returns a reference to the ConfigurationService implementation currently registered in the bundle context or null if no such implementation was found. |
static NotificationService |
getNotificationService()
Returns the NotificationService obtained from the bundle context. |
void |
start(org.osgi.framework.BundleContext bc)
Starts this bundle and adds the AudioConfigurationConfigForm contained in it to the configuration window obtained from the UIService. |
void |
stop(org.osgi.framework.BundleContext bc)
Stops this bundle. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static org.osgi.framework.BundleContext bundleContext
| Constructor Detail |
|---|
public NotificationConfigurationActivator()
| Method Detail |
|---|
public void start(org.osgi.framework.BundleContext bc)
throws Exception
start in interface org.osgi.framework.BundleActivatorException
public void stop(org.osgi.framework.BundleContext bc)
throws Exception
stop in interface org.osgi.framework.BundleActivatorExceptionpublic static AudioNotifierService getAudioNotifierService()
public static NotificationService getNotificationService()
Note: No caching of the returned value is made available. Clients interested in bringing down the penalties imposed by acquiring the value in question should provide it by themselves.
public static ConfigurationService getConfigurationService()
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||