Implemented the ObjectAdapter for adapting existing objects to a component.
[utils] / system / general / src / main / java / org / wamblee / system / adapters / SetterConfiguration.java
index 83992d388d5f325d55ee75e33ee3ee1f9e8cbb75..ec99512f3fa99843c9cc79f552e770ec9539dc4f 100644 (file)
@@ -160,7 +160,7 @@ public class SetterConfiguration {
      * @param aScope Scope within which invocation takes place. 
      * @param aObject Object on which the invocation takes place. 
      */
-    public void invoke(Scope aScope, Object aObject) {
+    public void inject(Scope aScope, Object aObject) {
         if ( !_class.isInstance(aObject)) { 
             throw new IllegalArgumentException("Object '" + aObject + "' is not an instance of " 
                     + _class.getName());