Commons Beanutils
library contains good methods to operate on beans in runtime. But strangely I can find any methods to operate with change listeners.
I.e. I can set some property in underlying bean with WrapDynaBean
, but I can't add listener for this property change.
Is it true? Why?
Ans is there any library which fulfills this gap?
One example I found is JGoodies Binding from here: http://www.jgoodies.com/freeware/libraries/binding/