Added

The Child event that is raised when a new child node is added to a watched data node.

The value property returns the value of the newly added child node.

Properties

Link copied to clipboard
open override val isAcknowledgement: Boolean

The notification of this SubscribableEvent only reports a value acknowledgement without change.

Link copied to clipboard
abstract val node: DatasyncNode

The data node watched by the notifying subscription.

Link copied to clipboard
abstract val previousKey: String?

The key of the child node that immediately precedes the child node reported by this event.

Link copied to clipboard
abstract val subscription: Subscription

The Subscription instance that notifies this instance of SubscribableEvent.

Link copied to clipboard
abstract val value: DatasyncValue

The value of the updated child node of the watched data node.

Inheritors

Link copied to clipboard