data class ChildEvent : Event
Notification of a subscribed Child event type to a Callback function.
enum class Trigger
Represents the kind of child event that triggers a notification. |
val node: DatasyncNode
The child node of the watched data node, which the notification relates to. |
|
val subscription: Subscription
The Subscription instance that sends this notification Event. |
|
val trigger: ChildEvent.Trigger
Kind of child event that triggered the notification. |
|
val value: DatasyncValuable
The value of the child node of the watched data node, which the notification relates to. |