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.
|
Copyright © 2001–2016 Codehaus Plexus. All rights reserved.