org.codehaus.plexus.component.configurator
public interface ConfigurationListener
Version: $Id: ConfigurationListener.java 5127 2006-12-12 03:49:50Z jvanzyl $
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. |
Parameters: fieldName the field value the value set target the target object
Parameters: fieldName the field value the value set target the target object