data class ValueChangedWithoutDataEvent : Event
Notification of a subscribed ValueChanged.WithoutData event type to a callback function (previously passed to one of the DatasyncNode.subscribe methods).
val node: DatasyncNode
The data node watched by the subscription. |
|
val subscription: Subscription
The Subscription instance that sends this notification Event. |