this.onDataChanged = function()

in src/windows/AccelerometerProxy.js [42:47]


            this.onDataChanged = function (e) {
                var a = e.reading;
                win(new Acceleration(a.accelerationX * gConstant, a.accelerationY * gConstant, a.accelerationZ * gConstant), {
                    keepCallback: true
                });
            };