package com.hazmatt.android.controller.listener; public interface MagneticFieldListener { public void onCompassChanged(float x, float y, float z); }