net.java.sip.communicator.impl.replacement.viddler
Class ViddlerActivator
java.lang.Object
net.java.sip.communicator.impl.replacement.viddler.ViddlerActivator
- All Implemented Interfaces:
- org.osgi.framework.BundleActivator
public class ViddlerActivator
- extends Object
- implements org.osgi.framework.BundleActivator
Activator for the Viddler source bundle.
- Author:
- Purvesh Sahoo
|
Method Summary |
void |
start(org.osgi.framework.BundleContext context)
Starts this bundle. |
void |
stop(org.osgi.framework.BundleContext bc)
Stops bundle. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ViddlerActivator
public ViddlerActivator()
start
public void start(org.osgi.framework.BundleContext context)
throws Exception
- Starts this bundle.
- Specified by:
start in interface org.osgi.framework.BundleActivator
- Parameters:
context - bundle context.
- Throws:
Exception
stop
public void stop(org.osgi.framework.BundleContext bc)
throws Exception
- Stops bundle.
- Specified by:
stop in interface org.osgi.framework.BundleActivator
- Parameters:
bc - context.
- Throws:
Exception
Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.