NodeChangeEvent

abstract class NodeChangeEvent(val node: INode) : IAreaChangeEvent

Inheritors

Constructors

Link copied to clipboard
constructor(node: INode)

Properties

Link copied to clipboard
val node: INode

Functions

Link copied to clipboard
abstract fun withNode(substitute: INode): NodeChangeEvent