org.codehaus.plexus.component.configurator
public interface ConfigurationListener
Modifier and Type | Method and Description |
---|---|
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.
|