Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8123363

SimpleListProperty requires ListChangeListener.Change.reset() to be called when multiple ListChangeListeners are added

XMLWordPrintable

      If you add multiple ListChangeListeners to a SimpleListProperty, every listener after the first must call ListChangeListener.Change.reset() before it can use the the ListChangeListener.Change object.

      ListChangeListener.Change.reset() is not required when multiple listeners are added to a FXCollections.observableList() object.

      I've attached an example as a comment.

            msladecek Martin Sládeček
            duke J. Duke
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: