You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@pivot.apache.org by aa...@verizon.net on 2010/07/13 17:08:15 UTC

Does BeanMonitor support standard java bean property change listeners as well the pivot style of property change listeners?

I could not tell from the code exactly...if it does not, we may want to change the class description slightly. 

It looks like it could only assuming that the java bean exposed a listener list but that's less common in the java beans approach versus the addPropertyChangedListener... methods.

Re: Does BeanMonitor support standard java bean property change listeners as well the pivot style of property change listeners?

Posted by Greg Brown <gk...@mac.com>.
It only supports Pivot-style listeners, but I think the name is appropriate. The fully-qualified name is org.apache.pivot.beans.BeanMonitor, so the package name itself implies that it is tied to Pivot. We can further qualify it in the Javadoc, though.

On Jul 13, 2010, at 11:08 AM, aappddeevv@verizon.net wrote:

> I could not tell from the code exactly...if it does not, we may want to change the class description slightly. 
> 
> It looks like it could only assuming that the java bean exposed a listener list but that's less common in the java beans approach versus the addPropertyChangedListener... methods.