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, [email protected] 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.
