< prev index next >

modules/javafx.base/src/main/java/javafx/beans/InvalidationListener.java

Print this page

        

*** 29,39 **** /** * An {@code InvalidationListener} is notified whenever an * {@link Observable} becomes invalid. It can be registered and * unregistered with {@link Observable#addListener(InvalidationListener)} ! * respectively {@link Observable#removeListener(InvalidationListener)} * <p> * For an in-depth explanation of invalidation events and how they differ from * change events, see the documentation of {@code ObservableValue}. * <p> * The same instance of {@code InvalidationListener} can be registered to listen --- 29,39 ---- /** * An {@code InvalidationListener} is notified whenever an * {@link Observable} becomes invalid. It can be registered and * unregistered with {@link Observable#addListener(InvalidationListener)} ! * respectively {@link Observable#removeListener(InvalidationListener)}. * <p> * For an in-depth explanation of invalidation events and how they differ from * change events, see the documentation of {@code ObservableValue}. * <p> * The same instance of {@code InvalidationListener} can be registered to listen
< prev index next >