Package com.sun.javafx.binding
Class BindingHelperObserver
java.lang.Object
com.sun.javafx.binding.BindingHelperObserver
- All Implemented Interfaces:
InvalidationListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinvalidated(Observable observable) This method needs to be provided by an implementation ofInvalidationListener.
-
Constructor Details
-
BindingHelperObserver
-
-
Method Details
-
invalidated
Description copied from interface:InvalidationListenerThis method needs to be provided by an implementation ofInvalidationListener. It is called if anObservablebecomes invalid.In general is is considered bad practice to modify the observed value in this method.
- Specified by:
invalidatedin interfaceInvalidationListener- Parameters:
observable- TheObservablethat became invalid
-