private static class LabeledImpl.Shuttler extends java.lang.Object implements InvalidationListener
Modifier and Type | Field and Description |
---|---|
private Labeled |
labeled |
private LabeledImpl |
labeledImpl |
Constructor and Description |
---|
Shuttler(LabeledImpl labeledImpl,
Labeled labeled) |
Modifier and Type | Method and Description |
---|---|
void |
invalidated(Observable valueModel)
This method needs to be provided by an implementation of
InvalidationListener . |
private final LabeledImpl labeledImpl
private final Labeled labeled
Shuttler(LabeledImpl labeledImpl, Labeled labeled)
public void invalidated(Observable valueModel)
InvalidationListener
InvalidationListener
. 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 InvalidationListener
valueModel
- The Observable
that became invalid