sealed class Change : DataEvent
Notification that some data has changed.
class Children : DataEvent.Change
Notification that something has occurred with a child of the subscribed data node.  | 
|
class Value : DataEvent.Change
Notification that the value of the subscribed data node has changed.  | 
val application: String
Name (or identifier) of the WebcomApplication concerned by the received notification.  | 
|
val path: String
  | 
class Children : DataEvent.Change
Notification that something has occurred with a child of the subscribed data node.  | 
|
class Value : DataEvent.Change
Notification that the value of the subscribed data node has changed.  |