|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConfigurationListener
Listen for configuration changes on an object.
Method Summary | |
---|---|
void |
notifyFieldChangeUsingReflection(String fieldName,
Object value,
Object target)
Notify the listener that a field has been set using private field injection. |
void |
notifyFieldChangeUsingSetter(String fieldName,
Object value,
Object target)
Notify the listener that a field has been set using its setter. |
Method Detail |
---|
void notifyFieldChangeUsingSetter(String fieldName, Object value, Object target)
fieldName
- the fieldvalue
- the value settarget
- the target objectvoid notifyFieldChangeUsingReflection(String fieldName, Object value, Object target)
fieldName
- the fieldvalue
- the value settarget
- the target object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |