public class ManagerDetailActivity
extends Activity
ModuleManagerActivity
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
EXTRA_MODULE_ID
Intent extra value referring the ID of the module selected in the ListView
|
Constructor and Description |
---|
ManagerDetailActivity() |
Modifier and Type | Method and Description |
---|---|
void |
onButtonClick(View v)
Defer an onClick event to the
ManagerDetailsFragment , as soon as control returns to this function
the selected Module is installed (or an error occurred) and we can finish this activity. |
protected void |
onCreate(Bundle savedInstanceState)
Get the user selection from the Intent and set up the UI.
|
public static final java.lang.String EXTRA_MODULE_ID
protected void onCreate(Bundle savedInstanceState)
savedInstanceState
- The saved instance state.public void onButtonClick(View v)
ManagerDetailsFragment
, as soon as control returns to this function
the selected Module is installed (or an error occurred) and we can finish this activity.v
- The view that was clicked.