public class BasePropertyHandler extends Object implements LAFChangeListener<PropertyHandler>
Modifier and Type | Method and Description |
---|---|
static BasePropertyHandler |
getInstance() |
static String |
getProperty(String key)
return the value of a given key from the properties list
|
static String |
getProperty(String key,
String defValue)
return the value of a given key from the properties list, returning the defValue string should the key not be found
|
void |
notify(PropertyHandler changedObject) |
public static BasePropertyHandler getInstance()
public static String getProperty(String key)
key
- public static String getProperty(String key, String defValue)
key
- defValue
- public void notify(PropertyHandler changedObject)
notify
in interface LAFChangeListener<PropertyHandler>