V
VisionSet
Bound properties of my beans fire the required propertyChangeEvents.
But when they are deserialised the set methods are obviously not called.
What is the solution to this problem? How do I notify my PCListeners so that
my GUI can be updated after deserialisation?
Do I fire events from the holder of the reference to my desarialised class
that notifies that the instance has changed? And update all reliant code?
But when they are deserialised the set methods are obviously not called.
What is the solution to this problem? How do I notify my PCListeners so that
my GUI can be updated after deserialisation?
Do I fire events from the holder of the reference to my desarialised class
that notifies that the instance has changed? And update all reliant code?