Change

sealed class Change : DataEvent

Notification that some data has changed.

Types

Children
Link copied to clipboard
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.
Value
Link copied to clipboard
class Value : DataEvent.Change
Notification that the value of the subscribed data node has changed.

Properties

application
Link copied to clipboard
val application: String
Name (or identifier) of the WebcomApplication concerned by the received notification.
path
Link copied to clipboard
val path: String
/-separated path of the DatasyncNode concerned by the received notification.

Inheritors

DataEvent.Change
Link copied to clipboard
DataEvent.Change
Link copied to clipboard