Child
open class Child(addition: Boolean, removal: Boolean, change: Boolean) : Type
Content copied to clipboard
Represents the type of events raised when something happens to some child of a watched data node.
Subclasses of the Child event type may be combined using the Child.plus and Child.minus operators to watch several elementary events at once.