|
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.keybindings.KeybindingsActivator
public class KeybindingsActivator
Enabling and disabling osgi functionality for keybindings.
| Constructor Summary | |
|---|---|
KeybindingsActivator()
|
|
| Method Summary | |
|---|---|
static ConfigurationService |
getConfigService()
Returns a reference to a ConfigurationService implementation currently registered in the bundle context or null if no such implementation was found. |
static ResourceManagementService |
getResourceService()
Returns the ResourceManagementService obtained from the bundle context. |
void |
start(org.osgi.framework.BundleContext context)
Called when this bundle is started. |
void |
stop(org.osgi.framework.BundleContext context)
Called when this bundle is stopped so the Framework can perform the bundle-specific activities necessary to stop the bundle. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public KeybindingsActivator()
| Method Detail |
|---|
public void start(org.osgi.framework.BundleContext context)
start in interface org.osgi.framework.BundleActivatorcontext - The execution context of the bundle being started.public void stop(org.osgi.framework.BundleContext context)
stop in interface org.osgi.framework.BundleActivatorcontext - The execution context of the bundle being stopped.public static ConfigurationService getConfigService()
public static ResourceManagementService getResourceService()
|
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 | |||||||||