| org.codehaus.plexus.component.configurator.ConfigurationListener |
Listen for configuration changes on an object.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Notify the listener that a field has been set using private field injection.
| |||||||||||
Notify the listener that a field has been set using its setter.
| |||||||||||
Notify the listener that a field has been set using private field injection.
| fieldName | the field |
|---|---|
| value | the value set |
| target | the target object |
Notify the listener that a field has been set using its setter.
| fieldName | the field |
|---|---|
| value | the value set |
| target | the target object |