de.lohaltec.laufputer.MainLaufputerActivity Klassenreferenz

Abgeleitet von android::app::Activity.

Zusammengehörigkeiten von de.lohaltec.laufputer.MainLaufputerActivity:
Collaboration graph
[Legende]

Aufstellung aller Elemente

Öffentliche Methoden

void onCreate (Bundle savedInstanceState)
void startButtonClick ()
void stopButtonClick ()
Handler getMUpdateUIHandler ()
void setMDisplayHeartRate (String DisplayHeartRate)
void setMConnectionState (String ConnectionState)

Öffentliche Attribute

final Runnable mUpdateUI

Geschützte Methoden

void onSaveInstanceState (Bundle outState)
void onRestoreInstanceState (Bundle savedInstanceState)
void updateUI ()

Dokumentation der Elementfunktionen

Handler de.lohaltec.laufputer.MainLaufputerActivity.getMUpdateUIHandler (  ) 

Get the UpdateUIHandler object

Rückgabe:
UpdateUIHandler object
void de.lohaltec.laufputer.MainLaufputerActivity.onCreate ( Bundle  savedInstanceState  ) 

Called when the activity is first created.

void de.lohaltec.laufputer.MainLaufputerActivity.onRestoreInstanceState ( Bundle  savedInstanceState  )  [protected]

Restore a activity state from a bundle Called when from the onStart() function

void de.lohaltec.laufputer.MainLaufputerActivity.onSaveInstanceState ( Bundle  outState  )  [protected]

Save activity state in a bundle Called when from the onStop() function

void de.lohaltec.laufputer.MainLaufputerActivity.setMConnectionState ( String  ConnectionState  ) 

Set variable mConnectionState

Parameter:
ConnectionState State of the connection
void de.lohaltec.laufputer.MainLaufputerActivity.setMDisplayHeartRate ( String  DisplayHeartRate  ) 

Set variable mDisplayHeartRate

Parameter:
DisplayHeartRate Heart rate
void de.lohaltec.laufputer.MainLaufputerActivity.startButtonClick (  ) 

Start the audio processing and the chronometers Called from the startButton OnClickListener

void de.lohaltec.laufputer.MainLaufputerActivity.stopButtonClick (  ) 

Stop the audio processing and the chronometers Called from the stopButton OnClickListener

void de.lohaltec.laufputer.MainLaufputerActivity.updateUI (  )  [protected]

Update the UI


Dokumentation der Datenelemente

final Runnable de.lohaltec.laufputer.MainLaufputerActivity.mUpdateUI
Initialisierung:
 new Runnable() {
    public void run() {
        updateUI();
    }
}

Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei:
 Alle Klassen Namensbereiche Funktionen
Erzeugt am Tue Nov 30 21:17:55 2010 für Heartrate Android Implementierung von  doxygen 1.6.3