|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DynamicPropertySupport
The interface that defines the contract between DynamicProperty and its underlying support system.
In most cases, it will be much easier to use Apache Commons Configuration to
support DynamicProperty
. However, this interface makes it possible for
DynamicProperty
to work without relying on Apache Commons Configuration.
Method Summary | |
---|---|
void |
addConfigurationListener(PropertyListener expandedPropertyListener)
Add the property change listener. |
java.lang.String |
getString(java.lang.String propName)
Get the string value of a given property. |
Method Detail |
---|
java.lang.String getString(java.lang.String propName)
DynamicProperty
.
propName
- The name of the property
void addConfigurationListener(PropertyListener expandedPropertyListener)
DynamicProperty
to
receive callback once a property is updated in the underlying DynamicPropertySupport
expandedPropertyListener
- Listener to be added to DynamicPropertySupport
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |