Class BindingHelperObserver

java.lang.Object
com.sun.javafx.binding.BindingHelperObserver
All Implemented Interfaces:
InvalidationListener

public class BindingHelperObserver extends Object implements InvalidationListener
  • Constructor Details

    • BindingHelperObserver

      public BindingHelperObserver(Binding<?> binding)
  • Method Details

    • invalidated

      public void invalidated(Observable observable)
      Description copied from interface: InvalidationListener
      This method needs to be provided by an implementation of InvalidationListener. It is called if an Observable becomes invalid.

      In general is is considered bad practice to modify the observed value in this method.

      Specified by:
      invalidated in interface InvalidationListener
      Parameters:
      observable - The Observable that became invalid