private class Lighting.LightChangeListener extends EffectChangeListener
registredOn| 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) |
registerpublic void register(Light value)
public void invalidated(Observable valueModel)
InvalidationListenerInvalidationListener. It is called if an ObservableValue
becomes invalid.
In general is is considered bad practice to modify the observed value in this method.
valueModel - The ObservableValue that became invalidCopyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.