org.xnap.commons.i18n
Class LocaleChangeEvent
java.lang.Object
java.util.EventObject
org.xnap.commons.i18n.LocaleChangeEvent
- All Implemented Interfaces:
- Serializable
public class LocaleChangeEvent
- extends EventObject
Provides information about a locale change.
- Since:
- 0.9
- Author:
- Steffen Pingel
- See Also:
- Serialized Form
LocaleChangeEvent
public LocaleChangeEvent(Object source,
Locale newLocale)
- Constructs the event.
- Parameters:
source
- the source of the eventnewLocale
- the new locale- Since:
- 0.9
getNewLocale
public Locale getNewLocale()
- Returns the new locale.
- Returns:
- the new locale
- Since:
- 0.9
Copyright © 2004-2007 Gettext Commons Team. All Rights Reserved.