public class BindingHelperObserver extends Object implements InvalidationListener
| Constructor and Description |
|---|
BindingHelperObserver(Binding<?> binding) |
| Modifier and Type | Method and Description |
|---|---|
void |
invalidated(Observable observable)
This method needs to be provided by an implementation of
InvalidationListener. |
public BindingHelperObserver(Binding<?> binding)
public void invalidated(Observable observable)
InvalidationListenerInvalidationListener. It is called if an Observable
becomes invalid.
In general is is considered bad practice to modify the observed value in this method.
invalidated in interface InvalidationListenerobservable - The Observable that became invalidCopyright © 2025. All rights reserved.