|
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.globalshortcut.GlobalShortcutActivator
public class GlobalShortcutActivator
OSGi Activator for global shortcut.
| Field Summary | |
|---|---|
protected static GlobalShortcutServiceImpl |
globalShortcutService
The GlobalShortcutServiceImpl. |
| Constructor Summary | |
|---|---|
GlobalShortcutActivator()
|
|
| Method Summary | |
|---|---|
static KeybindingsService |
getKeybindingsService()
Returns the KeybindingsService obtained from the bundle context. |
static UIService |
getUIService()
Returns the UIService obtained from the bundle context. |
void |
registerListenerWithProtocolProviderService()
Get all registered ProtocolProviderService and set our listener. |
void |
start(org.osgi.framework.BundleContext bundleContext)
Starts the execution of this service bundle in the specified context. |
void |
stop(org.osgi.framework.BundleContext bundleContext)
Stops the execution of this service bundle in the specified context. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static GlobalShortcutServiceImpl globalShortcutService
| Constructor Detail |
|---|
public GlobalShortcutActivator()
| Method Detail |
|---|
public static KeybindingsService getKeybindingsService()
public static UIService getUIService()
public void start(org.osgi.framework.BundleContext bundleContext)
throws Exception
start in interface org.osgi.framework.BundleActivatorbundleContext - the context in which the service bundle is to
start executing
Exception - if an error occurs while starting the execution of the
service bundle in the specified context
public void stop(org.osgi.framework.BundleContext bundleContext)
throws Exception
stop in interface org.osgi.framework.BundleActivatorbundleContext - the context in which this service bundle is to
stop executing
Exception - if an error occurs while stopping the execution of the
service bundle in the specified contextpublic void registerListenerWithProtocolProviderService()
|
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 | |||||||||