Package de.uplanet.lucy.server.locale
Schnittstelle ILocaleFormatsChangedEvent
- Alle Superschnittstellen:
IConfigurationEvent,IServerEvent
This event occurs if the supported locales have changed.
-
Methodendetails
-
getOldDefaultLocaleFormat
de.uplanet.lucy.locale.ILocaleFormat getOldDefaultLocaleFormat()- Gibt zurück:
- The old default locale format.
-
getNewDefaultLocaleFormat
de.uplanet.lucy.locale.ILocaleFormat getNewDefaultLocaleFormat()- Gibt zurück:
- The new default locale format.
-
getOldLocaleFormats
List<de.uplanet.lucy.locale.ILocaleFormat> getOldLocaleFormats()- Gibt zurück:
- An unmodifiable lexicographically sorted list of the old locale format.
-
getNewLocaleFormats
List<de.uplanet.lucy.locale.ILocaleFormat> getNewLocaleFormats()- Gibt zurück:
- An unmodifiable lexicographically sorted list of the new locale format.
-