public abstract class AbstractMessageHandler extends Object implements MessageHandler
Constructor and Description |
---|
AbstractMessageHandler() |
Modifier and Type | Method and Description |
---|---|
static MessageHandler |
getInstance()
forced override to allow singleton instantiation through dynamic class loader
|
static Locale |
getLocale()
forced override, concrete implementations must provide implementation
|
static void |
setLocale(Locale newLocale)
forced override, concrete implementations must provide implementation
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getString, getString, getString, getString
public static MessageHandler getInstance()
for sample
public static Locale getLocale()
public static void setLocale(Locale newLocale)
newLocale
-