11.10.2016, 12:44
What is the difference between:
"objectStore.addListener(position_plus, function(obj, type) {"
and
"grp.listen('6/0/54', function(obj, type) {"
And also how can I run function at every object update not only on change? Because of this I used 2 objects not 1 like would be easier
"objectStore.addListener(position_plus, function(obj, type) {"
and
"grp.listen('6/0/54', function(obj, type) {"
And also how can I run function at every object update not only on change? Because of this I used 2 objects not 1 like would be easier