static class RenderThemeImpl.ViewListener extends java.lang.Object implements InvalidationListener
Modifier and Type | Field and Description |
---|---|
private Accessor |
accessor |
private LoadListenerClient |
loadListener |
private RenderThemeImpl.Pool |
pool |
Constructor and Description |
---|
ViewListener(RenderThemeImpl.Pool pool,
Accessor accessor) |
Modifier and Type | Method and Description |
---|---|
void |
invalidated(Observable ov)
This method needs to be provided by an implementation of
InvalidationListener . |
private final RenderThemeImpl.Pool pool
private final Accessor accessor
private LoadListenerClient loadListener
ViewListener(RenderThemeImpl.Pool pool, Accessor accessor)
public void invalidated(Observable ov)
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
ov
- The Observable
that became invalid