You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 21, 2022. It is now read-only.
So far I did not found any explicit statement in the Java Bean Specification,
that PropertyChangeEvents have not to be fired before an attribute was changed.
But in all implementations of the Java framework and all examples using
PropertyChangedEvents the events are fired only after a change and not before.
Maybe the property-listener-injector should be follow this behavior too?
Arranging this is pretty simple. Just modify the code generating the body of the
setMethod in: