Package org.apache.jmeter.util
Class LocaleChangeEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.apache.jmeter.util.LocaleChangeEvent
-
- All Implemented Interfaces:
Serializable
public class LocaleChangeEvent extends EventObject
- Version:
- $Revision: 905027 $
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description LocaleChangeEvent(Object source)
LocaleChangeEvent(Object source, Locale locale)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Locale
getLocale()
-
Methods inherited from class java.util.EventObject
getSource, toString
-
-