org.weda.property
Interface PropertyOperation<L>

All Known Implementing Classes:
AbstractPropertyOperation, PropertyGetOperation, PropertySetOperation

public interface PropertyOperation<L>

Author:
Mikhail Titov

Method Summary
 void addListener(L listener)
           
 java.lang.reflect.Method getMethod()
           
 java.lang.Object invoke(java.lang.Object obj, java.lang.Object propValue)
           
 void removeListener(L listener)
           
 

Method Detail

invoke

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

getMethod

java.lang.reflect.Method getMethod()

addListener

void addListener(L listener)

removeListener

void removeListener(L listener)


Copyright © 2005-2006 . All Rights Reserved.