Hi,
I'd like to generate beans that have PropertyChangeListener support,
that is have addPropertyChangeListener(PropertyChangeListener
pcl)/removePropertyChangeListener(PropertyChangeListener pcl) methods.
I'm looking through the source to ImplStructureStrategy which seems to
be what I need to be hooking into, but I don't see how I can get in to
fire PropertyChangeEvents.
Surely I'm not the first person to have this requirement? Does anyone
have any guidance on how to hook into this area?
cheers
dim