org.weda.property.impl
Class AbstractPropertyOperation<L>
java.lang.Object
org.weda.property.impl.AbstractPropertyOperation<L>
- All Implemented Interfaces:
- PropertyOperation<L>
- Direct Known Subclasses:
- PropertyGetOperation, PropertySetOperation
public abstract class AbstractPropertyOperation<L>
- extends java.lang.Object
- implements PropertyOperation<L>
- Author:
- Mikhail Titov
Constructor Summary |
AbstractPropertyOperation(java.lang.Class propOwnerClass,
java.lang.String propertyName,
boolean isGetter)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
propertyName
protected java.lang.String propertyName
method
protected java.lang.reflect.Method method
listeners
protected java.util.List<L> listeners
AbstractPropertyOperation
public AbstractPropertyOperation(java.lang.Class propOwnerClass,
java.lang.String propertyName,
boolean isGetter)
throws java.beans.IntrospectionException
- Throws:
java.beans.IntrospectionException
addListener
public void addListener(L listener)
- Specified by:
addListener
in interface PropertyOperation<L>
removeListener
public void removeListener(L listener)
- Specified by:
removeListener
in interface PropertyOperation<L>
getMethod
public java.lang.reflect.Method getMethod()
- Specified by:
getMethod
in interface PropertyOperation<L>
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
Copyright © 2005-2006 . All Rights Reserved.