|
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.impl.galagonotification.GalagoNotificationActivator
public class GalagoNotificationActivator
Implements BundleActivator for the galagonotification bundle which provides an implementation of PopupMessageHandler according to the freedesktop.org Desktop Notifications spec.
| Field Summary | |
|---|---|
(package private) static long |
dbusConnection
The DBusConnection pointer to the D-Bus connection through which the freedesktop.org Desktop Notifications are being sent. |
| Constructor Summary | |
|---|---|
GalagoNotificationActivator()
|
|
| Method Summary | |
|---|---|
static ResourceManagementService |
getResources()
Gets the resources such as internationalized and localized text and images used by the galagonotification bundle. |
void |
start(org.osgi.framework.BundleContext bundleContext)
Starts the galagonotification bundle. |
void |
stop(org.osgi.framework.BundleContext bundleContext)
Stops the galagonotification bundle. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
static long dbusConnection
| Constructor Detail |
|---|
public GalagoNotificationActivator()
| Method Detail |
|---|
public static ResourceManagementService getResources()
public void start(org.osgi.framework.BundleContext bundleContext)
throws Exception
start in interface org.osgi.framework.BundleActivatorbundleContext - the context in which the galagonotification bundle
is to execute
Exception - if the PopupMessageHandler implementation of
the galagonotification bundle is not supported by the current operating
systemBundleActivator.start(BundleContext)
public void stop(org.osgi.framework.BundleContext bundleContext)
throws Exception
stop in interface org.osgi.framework.BundleActivatorbundleContext - the context in which the galagonotification bundle
is to stop its execution
Exception - if there was an error during the stopping of the native
functionality supporting the PopupNotificationHandler
implementation of the galagonotification bundle
|
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 | |||||||||