net.java.sip.communicator.impl.hid
Class HIDActivator
java.lang.Object
net.java.sip.communicator.impl.hid.HIDActivator
- All Implemented Interfaces:
- org.osgi.framework.BundleActivator
public class HIDActivator
- extends Object
- implements org.osgi.framework.BundleActivator
OSGi activator for the HID service.
- Author:
- Sebastien Vincent
|
Method Summary |
void |
start(org.osgi.framework.BundleContext bundleContext)
Starts the execution of the hid bundle in the specified context. |
void |
stop(org.osgi.framework.BundleContext bundleContext)
Stops the execution of the hid bundle in the specified context. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HIDActivator
public HIDActivator()
start
public void start(org.osgi.framework.BundleContext bundleContext)
throws Exception
- Starts the execution of the hid bundle in the specified context.
- Specified by:
start in interface org.osgi.framework.BundleActivator
- Parameters:
bundleContext - the context in which the hid bundle is to
start executing
- Throws:
Exception - if an error occurs while starting the execution of the
hid bundle in the specified context
stop
public void stop(org.osgi.framework.BundleContext bundleContext)
throws Exception
- Stops the execution of the hid bundle in the specified context.
- Specified by:
stop in interface org.osgi.framework.BundleActivator
- Parameters:
bundleContext - the context in which the hid bundle is to
stop executing
- Throws:
Exception - if an error occurs while stopping the execution of the
hid bundle in the specified context
Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.