|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.inet.jortho.LanguageChangeEvent
public class LanguageChangeEvent
This Event is used by LanguageChangeListener
.
LanguageChangeListener
Constructor Summary | |
---|---|
LanguageChangeEvent(java.util.Locale currentLocale,
java.util.Locale oldLocale)
Creates a new LanguageChangeEvent |
Method Summary | |
---|---|
java.util.Locale |
getCurrentLocale()
Get the value of the current Locale after firing this Event. |
java.util.Locale |
getOldLocale()
Gets the value of the old Locale before the firing this Event. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LanguageChangeEvent(java.util.Locale currentLocale, java.util.Locale oldLocale)
currentLocale
- the new LocaleoldLocale
- the old LocaleMethod Detail |
---|
public java.util.Locale getOldLocale()
SpellChecker.getCurrentLocale()
public java.util.Locale getCurrentLocale()
SpellChecker.getCurrentLocale()
.
SpellChecker.getCurrentLocale()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |