All Packages Class Hierarchy This Package Previous Next Index
Interface multilizer.DictionaryListener
- public interface DictionaryListener
- extends EventListener
A interface to listen the language and locale changes of the dictionary.
-
languageChanged(DictionaryEventObject)
- The object implements the languageChanged method to translate itself after the dictionary has changed the language.
languageChanged
public abstract void languageChanged(DictionaryEventObject event)
- The object implements the languageChanged method to translate itself after the dictionary has changed the language.
All Packages Class Hierarchy This Package Previous Next Index