Data layer data is accessed thorugh a subscription system, where a visualizer can subscribe to object paths. Subscribed visualizers receive messages with information about the object properties.
Methods ¶
Instance Methods ¶
processMessage(message, sender)
Called whenever the sender
data changes.
subscriptionLost(path)
Called whenever the subscription is lost.