org.eclipse.actf.ai.tts
Class AbstractUIPluginForTTS
java.lang.Object
org.eclipse.core.runtime.Plugin
org.eclipse.ui.plugin.AbstractUIPlugin
org.eclipse.actf.ai.tts.AbstractUIPluginForTTS
- All Implemented Interfaces:
- EventListener, IPropertyChangeListener, org.osgi.framework.BundleActivator
public abstract class AbstractUIPluginForTTS
- extends AbstractUIPlugin
- implements IPropertyChangeListener
AbstractPreferenceUIPlugin is used in plug-ins which provides ITTSEngine
Methods inherited from class org.eclipse.core.runtime.Plugin |
find, find, getBundle, getDescriptor, getLog, getPluginPreferences, getStateLocation, internalInitializeDefaultPluginPreferences, isDebugging, openStream, openStream, savePluginPreferences, setDebugging, toString |
AbstractUIPluginForTTS
public AbstractUIPluginForTTS()
propertyChange
public void propertyChange(PropertyChangeEvent event)
- Specified by:
propertyChange
in interface IPropertyChangeListener
addPropertyChangeListener
public void addPropertyChangeListener(IPropertyChangeListener listener)
- Add property change listener to the preference store.
- Parameters:
listener
-
removePropertyChangeListener
public void removePropertyChangeListener(IPropertyChangeListener listener)
- Remove property change listener from the preference store.
- Parameters:
listener
-
stop
public void stop(org.osgi.framework.BundleContext context)
throws Exception
- Specified by:
stop
in interface org.osgi.framework.BundleActivator
- Overrides:
stop
in class AbstractUIPlugin
- Throws:
Exception