private static class Bindings.ShortCircuitOrInvalidator extends java.lang.Object implements InvalidationListener
| Modifier and Type | Field and Description |
|---|---|
private java.lang.ref.WeakReference<Bindings.BooleanOrBinding> |
ref |
| Modifier | Constructor and Description |
|---|---|
private |
ShortCircuitOrInvalidator(Bindings.BooleanOrBinding binding) |
| Modifier and Type | Method and Description |
|---|---|
void |
invalidated(Observable observable)
This method needs to be provided by an implementation of
InvalidationListener. |
private final java.lang.ref.WeakReference<Bindings.BooleanOrBinding> ref
private ShortCircuitOrInvalidator(Bindings.BooleanOrBinding 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 invalid