Package org.citydb.event.global
Class SwitchLocaleEvent
- java.lang.Object
-
- org.citydb.event.Event
-
- org.citydb.event.global.SwitchLocaleEvent
-
public final class SwitchLocaleEvent extends Event
-
-
Field Summary
-
Fields inherited from class org.citydb.event.Event
GLOBAL_CHANNEL
-
-
Constructor Summary
Constructors Constructor Description SwitchLocaleEvent(java.util.Locale locale, java.lang.Object source)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Locale
getLocale()
-
Methods inherited from class org.citydb.event.Event
getChannel, getEventType, getSource, isCancelled, setCancelled
-
-