|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.workingfrog.i18n.util.LocaleEvent
Event fired when default Locale is changed.
Field Summary |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
LocaleEvent(java.lang.Object source)
Event containing the Object which fired it. |
|
LocaleEvent(java.lang.Object source,
java.util.Locale locale)
Event containing the Object which fired it and a new Locale. |
Method Summary | |
java.util.Locale |
getLocale()
Provides the Locale tied with this LocaleEvent. |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public LocaleEvent(java.lang.Object source)
source
- Object firing this LocaleEventpublic LocaleEvent(java.lang.Object source, java.util.Locale locale)
source
- Object firing this LocaleEventlocale
- A new oneMethod Detail |
public java.util.Locale getLocale()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |