Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.plugin.spellcheck
Class SpellCheckActivator

java.lang.Object
  extended by net.java.sip.communicator.plugin.spellcheck.SpellCheckActivator
All Implemented Interfaces:
org.osgi.framework.BundleActivator

public class SpellCheckActivator
extends Object
implements org.osgi.framework.BundleActivator

Enabling and disabling osgi functionality for the spell checker.

Author:
Damian Johnson

Field Summary
(package private) static org.osgi.framework.BundleContext bundleContext
           
 
Constructor Summary
SpellCheckActivator()
           
 
Method Summary
static ConfigurationService getConfigService()
          Returns the ConfigurationService.
static FileAccessService getFileAccessService()
          Returns the FileAccessService.
static UIService getUIService()
          Returns the UIService.
 void start(org.osgi.framework.BundleContext context)
          Called when this bundle is started.
 void stop(org.osgi.framework.BundleContext arg0)
          Stops this bundles.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bundleContext

static org.osgi.framework.BundleContext bundleContext
Constructor Detail

SpellCheckActivator

public SpellCheckActivator()
Method Detail

start

public void start(org.osgi.framework.BundleContext context)
           throws Exception
Called when this bundle is started.

Specified by:
start in interface org.osgi.framework.BundleActivator
Parameters:
context - The execution context of the bundle being started.
Throws:
Exception

getUIService

public static UIService getUIService()
Returns the UIService.

Returns:
the UIService

getFileAccessService

public static FileAccessService getFileAccessService()
Returns the FileAccessService.

Returns:
the FileAccessService

getConfigService

public static ConfigurationService getConfigService()
Returns the ConfigurationService.

Returns:
the ConfigurationService

stop

public void stop(org.osgi.framework.BundleContext arg0)
          throws Exception
Stops this bundles.

Specified by:
stop in interface org.osgi.framework.BundleActivator
Throws:
Exception

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.