private class Lighting.LightChangeListener extends EffectChangeListener
| Modifier and Type | Field and Description |
|---|---|
(package private) Light |
light |
registredOn| Modifier | Constructor and Description |
|---|---|
private |
LightChangeListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
invalidated(Observable valueModel)
This method needs to be provided by an implementation of
InvalidationListener. |
void |
register(Light value) |
registergetWeakListenerLight light
public void register(Light value)
public void invalidated(Observable valueModel)
InvalidationListenerInvalidationListener. It is called if an Observable
becomes invalid.
In general is is considered bad practice to modify the observed value in this method.
valueModel - The Observable that became invalid