org.xnap.commons.i18n

Class LocaleChangeEvent


public class LocaleChangeEvent
extends EventObject

Provides information about a locale change.
Author:
Steffen Pingel

Constructor Summary

LocaleChangeEvent(Object source, Locale newLocale)

Method Summary

Locale
getNewLocale()
Returns the new locale.

Constructor Details

LocaleChangeEvent

public LocaleChangeEvent(Object source,
                         Locale newLocale)

Method Details

getNewLocale

public Locale getNewLocale()
Returns the new locale.
Returns:
the new locale