ITreeChangeVisitor

Interface to handle changes within an ITree.

Inheritors

Functions

Link copied to clipboard
abstract fun childrenChanged(nodeId: Long, role: String?)

Called when the children of a node have changed.

Link copied to clipboard
open fun conceptChanged(nodeId: Long)

Called when the concept of a node has changed.

Link copied to clipboard
abstract fun containmentChanged(nodeId: Long)

Called when the containment of a node has changed.

Link copied to clipboard
abstract fun propertyChanged(nodeId: Long, role: String)

Called when a property of a node has changed.

Link copied to clipboard
abstract fun referenceChanged(nodeId: Long, role: String)

Called when a reference of a node has changed.