au.cartertech.gastrolert
Class GastrolertActivity

java.lang.Object
  extended by MapActivity
      extended by au.cartertech.gastrolert.GastrolertActivity

public class GastrolertActivity
extends MapActivity


Field Summary
 int failedConnect
           
 
Constructor Summary
GastrolertActivity()
           
 
Method Summary
 void downloadPoints(double inLat, double inLng, boolean moved)
           
 void onCreate(Bundle savedInstanceState)
          Called when the activity is first created.
 boolean onCreateOptionsMenu(Menu menu)
           
 boolean onKeyDown(int keyCode, KeyEvent event)
           
 void onLocationChanged(Location location)
           
 boolean onOptionsItemSelected(MenuItem item)
           
 void onPause()
           
 void onProviderDisabled(java.lang.String provider)
           
 void onProviderEnabled(java.lang.String provider)
           
 void onResume()
           
 void onStatusChanged(java.lang.String provider, int status, Bundle extras)
           
 void showAbout()
           
 void showNetError()
           
 void updateCentre()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

failedConnect

public int failedConnect
Constructor Detail

GastrolertActivity

public GastrolertActivity()
Method Detail

onCreate

public void onCreate(Bundle savedInstanceState)
Called when the activity is first created.


onKeyDown

public boolean onKeyDown(int keyCode,
                         KeyEvent event)

onLocationChanged

public void onLocationChanged(Location location)

onProviderDisabled

public void onProviderDisabled(java.lang.String provider)

onProviderEnabled

public void onProviderEnabled(java.lang.String provider)

onStatusChanged

public void onStatusChanged(java.lang.String provider,
                            int status,
                            Bundle extras)

onCreateOptionsMenu

public boolean onCreateOptionsMenu(Menu menu)

onOptionsItemSelected

public boolean onOptionsItemSelected(MenuItem item)

showAbout

public void showAbout()

updateCentre

public void updateCentre()

downloadPoints

public void downloadPoints(double inLat,
                           double inLng,
                           boolean moved)

showNetError

public void showNetError()

onResume

public void onResume()

onPause

public void onPause()