|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IPropertyManagement
Manages the changes to the properties file.
| Method Summary | |
|---|---|
void |
deRegister(IPropertyListener listener)
De-register with the property manager for updates. |
String |
get(String property)
Get the current value of a property. |
void |
register(IPropertyListener listener)
Register with the property manager for updates to changes to property values. |
void |
set(String key,
String value)
|
void |
update(String property,
Object value)
Update the value of a property. |
| Method Detail |
|---|
void update(String property,
Object value)
property - The property name.value - The new value.String get(String property)
property - The property key.
void set(String key,
String value)
void register(IPropertyListener listener)
listener - The property listener.void deRegister(IPropertyListener listener)
listener - The message listener.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||