< prev index next >

modules/base/src/main/java/javafx/collections/transformation/TransformationList.java

Print this page

        

@@ -34,11 +34,11 @@
 /**
  * A base class for all lists that wraps other lists in a way that changes the list's
  * elements, order, size or generally it's structure.
  *
  * If the source list is observable, a listener is automatically added to it
- * and the events are delegated to {@link #onSourceChanged(javafx.collections.ListChangeListener.Change)}
+ * and the events are delegated to {@link #sourceChanged(javafx.collections.ListChangeListener.Change)}
  *
  * @param <E> the type parameter of this list
  * @param <F> the upper bound of the type of the source list
  * @since JavaFX 8.0
  */
< prev index next >