Updated

data class Updated(val node: NodeInfo, val changed: Set<NodeField>) : NodeChange(source)

An existing node's information changed.

Parameters

node

the updated node

changed

a set of NodeFields that were modified (for subscribers to filter efficiently)

Constructors

Link copied to clipboard
constructor(node: NodeInfo, changed: Set<NodeField>)

Properties

Link copied to clipboard
Link copied to clipboard
val node: NodeInfo