ValueChanged is a message which is generated when a subscribed Property changes. Subscribe will cause this message to be generated. Unsubscribe stops this message. More...
import"protocol.idl";
Public Attributes | |
const MessageType | type = "valuechanged" |
message type | |
attribute DOMString | name |
name of this message. This represents the property name which changed in this message | |
attribute Property | data |
data represents the value for the property indicated by 'name' | |
ValueChanged is a message which is generated when a subscribed Property changes. Subscribe will cause this message to be generated. Unsubscribe stops this message.