?
-
If a method in a superclass changes the value of a property and a
subclass needs to do something upon the change, do I have to override
the superclass' method, do something, and then call the superclass'
method, or should I register a PropertyChangeListener?
subclass needs to do something upon the change, do I have to override
the superclass' method, do something, and then call the superclass'
method, or should I register a PropertyChangeListener?