[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.platform] Eclipse 3.3 - How to generate PropertyChangeListener properties
|
Hi Guys, I'm currently looking at the data binding API in Eclipse 3.3.
Does anyone have any suggestions on how to generate the
PropertyChangeListener logic for a POJO? I.E. I have a bean 'Person' with
two properties, 'Name' and 'Surname' I want to generate the getters and
setters, but I want to have the firePropertyChange() logic added to the
setters. I don't want to code the logic myself..
Anybody got any ideas?