This method needs to be provided by an implementation of
InvalidationListener
. It is called if an Observable
becomes invalid.
In general is is considered bad practice to modify the observed value in this method.
observable
| The Observable that became invalid |
Diagram: Support