MyGpsListener.java :  » UnTagged » mileagecalc » uk » org » aspellclark » fillerup » Android Open Source

Android Open Source » UnTagged » mileagecalc 
mileagecalc » uk » org » aspellclark » fillerup » MyGpsListener.java
/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
package uk.org.aspellclark.fillerup;

import uk.org.aspellclark.fillerup.controller.FillupController;
import android.location.GpsStatus;

/**
 * 
 * @author andy.aspell-clark
 */
public class MyGpsListener implements GpsStatus.Listener {

  FillupController fuCntrlr;

  public void onGpsStatusChanged(int arg0) {
    throw new UnsupportedOperationException("Not supported yet.");
  }
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.