Children

class Children(a: String, p: String, data: DataEvent.Change.Children.Data) : DataEvent.Change

Notification that something has occurred with a child of the subscribed data node.

Constructors

Children
Link copied to clipboard
fun Children(a: String, p: String, data: DataEvent.Change.Children.Data)

Types

Data
Link copied to clipboard
sealed class Data
Represents the actual changes that occurred on the data node children.

Properties

application
Link copied to clipboard
val application: String
Name (or identifier) of the WebcomApplication concerned by the received notification.
data
Link copied to clipboard
val data: DataEvent.Change.Children.Data
Description of what occurred on which child.
path
Link copied to clipboard
val path: String
/-separated path of the DatasyncNode concerned by the received notification.