org.weda.property.impl
Class PropertySetOperation

java.lang.Object
  extended by org.weda.property.impl.AbstractPropertyOperation<PropertySetOperationListener>
      extended by org.weda.property.impl.PropertySetOperation
All Implemented Interfaces:
PropertyOperation<PropertySetOperationListener>

public class PropertySetOperation
extends AbstractPropertyOperation<PropertySetOperationListener>

Author:
Mikhail Titov

Field Summary
 
Fields inherited from class org.weda.property.impl.AbstractPropertyOperation
listeners, method, propertyName
 
Constructor Summary
PropertySetOperation(java.lang.Class propOwnerClass, java.lang.String propertyName)
           
 
Method Summary
 java.lang.Object invoke(java.lang.Object obj, java.lang.Object propValue)
           
 
Methods inherited from class org.weda.property.impl.AbstractPropertyOperation
addListener, equals, getMethod, hashCode, removeListener
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertySetOperation

public PropertySetOperation(java.lang.Class propOwnerClass,
                            java.lang.String propertyName)
                     throws java.beans.IntrospectionException
Throws:
java.beans.IntrospectionException
Method Detail

invoke

public java.lang.Object invoke(java.lang.Object obj,
                               java.lang.Object propValue)
                        throws PropertyOperationException
Throws:
PropertyOperationException


Copyright © 2005-2006 . All Rights Reserved.