Uses of Class
org.eclipse.core.databinding.observable.list.ListDiffVisitor
Packages that use ListDiffVisitor
Package
Description
Provides classes for observing changes in lists.
-
Uses of ListDiffVisitor in org.eclipse.core.databinding.observable.list
Methods in org.eclipse.core.databinding.observable.list with parameters of type ListDiffVisitorModifier and TypeMethodDescriptionvoidListDiff.accept(ListDiffVisitor<? super E> visitor) Traverses theListDiff.getDifferences()array, calling the appropriate method invisitorfor each difference.