org.codehaus.plexus.component.configurator
public interface ConfigurationListener
Version: $Id: ConfigurationListener.java 2634 2005-10-08 06:33:08Z brett $
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