net.sf.beanlib.spi
Interface BeanSourceHandler


public interface BeanSourceHandler

Used to do something to the "from" JavaBean.

Author:
Joe D. Velopar

Method Summary
 void handleBeanSource(Object fromBean, Method readerMethod, Object propertyValue)
           
 

Method Detail

handleBeanSource

void handleBeanSource(Object fromBean,
                      Method readerMethod,
                      Object propertyValue)