package org.xmlvm.iphone; public interface IAccelerated { void OnAccelerate(float x, float y, float z); }