public class BloodPressureButton_selector
extends Activity
Activity| Constructor and Description |
|---|
BloodPressureButton_selector() |
| Modifier and Type | Method and Description |
|---|---|
void |
onClick(View v)
Called when the OK is pressed
|
void |
onConfigurationChanged(Configuration newConfig)
Called when Configuration of the system changed
|
void |
onCreate(Bundle savedInstanceState)
Started when creating the
Activity |
void |
onDestroy() |
void |
onPause()
Called when the
Activity is paused |
void |
onRestart()
Called when
Activity is restarted |
void |
onResume()
Called when resuming the
Activty |
void |
onStop() |
public void onCreate(Bundle savedInstanceState)
Activityandroid.app.Activity#onCreate(android.os.Bundle)public void onResume()
Activtyandroid.app.Activity#onResume()public void onConfigurationChanged(Configuration newConfig)
newConfig - Reference to the changed Configurationandroid.app.Activity#onConfigurationChanged(android.content.res.Configuration)public void onPause()
Activity is pausedandroid.app.Activity#onPause()public void onRestart()
Activity is restartedandroid.app.Activity#onRestart()public void onStop()
public void onDestroy()
public void onClick(View v)
v - Reference to the buttons ViewView.OnClickListener