Uses of Class
com._1c.g5.v8.dt.compare.datasource.ComparisonDataSourceUpdateInfo
-
Packages that use ComparisonDataSourceUpdateInfo Package Description com._1c.g5.v8.dt.compare.datasource -
-
Uses of ComparisonDataSourceUpdateInfo in com._1c.g5.v8.dt.compare.datasource
Method parameters in com._1c.g5.v8.dt.compare.datasource with type arguments of type ComparisonDataSourceUpdateInfo Modifier and Type Method Description void
IComparisonDataSourceUpdateListener. notifyObjectIsChanged(Collection<ComparisonDataSourceUpdateInfo> updateContext, Set<String> deletionContext)
This method is being called by theIComparisonDataSource
implementaiton in case if the source supports dynamic data change notification and underlying data element is changed.
-