IChangeVisitor

interface IChangeVisitor

Functions

Link copied to clipboard
abstract fun entryAdded(key: Long, value: KVEntryReference<CPNode>)
Link copied to clipboard
abstract fun entryChanged(key: Long, oldValue: KVEntryReference<CPNode>, newValue: KVEntryReference<CPNode>)
Link copied to clipboard
abstract fun entryRemoved(key: Long, value: KVEntryReference<CPNode>)
Link copied to clipboard
abstract fun visitChangesOnly(): Boolean