net.java.sip.communicator.impl.browserlauncher
Class BrowserLauncherActivator
java.lang.Object
net.java.sip.communicator.impl.browserlauncher.BrowserLauncherActivator
- All Implemented Interfaces:
- org.osgi.framework.BundleActivator
public class BrowserLauncherActivator
- extends Object
- implements org.osgi.framework.BundleActivator
Implements BundleActivator for the browserlauncher bundle.
- Author:
- Yana Stamcheva, Lubomir Marinov
|
Method Summary |
void |
start(org.osgi.framework.BundleContext bundleContext)
Initialize and start the service. |
void |
stop(org.osgi.framework.BundleContext bundleContext)
Stops this bundle. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BrowserLauncherActivator
public BrowserLauncherActivator()
start
public void start(org.osgi.framework.BundleContext bundleContext)
throws Exception
- Initialize and start the service.
- Specified by:
start in interface org.osgi.framework.BundleActivator
- Parameters:
bundleContext - the BundleContext
- Throws:
Exception - if initializing and starting this service fails
stop
public void stop(org.osgi.framework.BundleContext bundleContext)
throws Exception
- Stops this bundle.
- Specified by:
stop in interface org.osgi.framework.BundleActivator
- Parameters:
bundleContext - the BundleContext
- Throws:
Exception - if the stop operation goes wrong
Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.