net.java.sip.communicator.plugin.contactinfo
Class ContactInfoActivator
java.lang.Object
net.java.sip.communicator.plugin.contactinfo.ContactInfoActivator
- All Implemented Interfaces:
- org.osgi.framework.BundleActivator
public class ContactInfoActivator
- extends Object
- implements org.osgi.framework.BundleActivator
The Activator of the Contact Info bundle.
- Author:
- Adam Goldstein, Yana Stamcheva
|
Field Summary |
(package private) static org.osgi.framework.BundleContext |
bundleContext
|
|
Method Summary |
static BrowserLauncherService |
getBrowserLauncher()
Returns the BrowserLauncherService obtained from the bundle
context. |
void |
start(org.osgi.framework.BundleContext bc)
Starts this bundle. |
void |
stop(org.osgi.framework.BundleContext bc)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
bundleContext
static org.osgi.framework.BundleContext bundleContext
ContactInfoActivator
public ContactInfoActivator()
start
public void start(org.osgi.framework.BundleContext bc)
throws Exception
- Starts this bundle.
- Specified by:
start in interface org.osgi.framework.BundleActivator
- Throws:
Exception
stop
public void stop(org.osgi.framework.BundleContext bc)
throws Exception
- Specified by:
stop in interface org.osgi.framework.BundleActivator
- Throws:
Exception
getBrowserLauncher
public static BrowserLauncherService getBrowserLauncher()
- Returns the BrowserLauncherService obtained from the bundle
context.
- Returns:
- the BrowserLauncherService obtained from the bundle
context
Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.