Inherited event. Fires when a new event listener is added. See here.
Fires when the realtime data container's update cycle is paused..
Inherited event. Fires when a event listener is removed. See here.
Fires when the realtime data container's update cycle is started or resumed.
Fires when the realtime data container is updated. If an error occurrs while updating an error object is supplied. If you only want to listen
for valid updates consider listening for the "valid-update"
event.
Optional
err: anyFires when the realtime interface is updated successfully.
Generated using TypeDoc
Describes the events fired by the BasicRealtimeDataContainer and the DetailedRealtimeDataContainer.