ChangeRecord abstract class
Records a change to an Observable.
abstract class ChangeRecord { /** True if the change affected the given item, otherwise false. */ bool change(key); }
Subclasses
ListChangeRecord, MapChangeRecord, PropertyChangeRecord
Methods
abstract bool change(key) #
True if the change affected the given item, otherwise false.