public class ModuleListFragment
extends ListFragment
Modifier and Type | Class and Description |
---|---|
static interface |
ModuleListFragment.OnModuleSelectedListener
Listener interface for ListView clicks, any activity that attaches this Fragment must implement this.
|
Modifier and Type | Field and Description |
---|---|
private ModuleListFragment.OnModuleSelectedListener |
moduleSelectedListener |
Constructor and Description |
---|
ModuleListFragment() |
Modifier and Type | Method and Description |
---|---|
void |
onActivityCreated(Bundle savedInstanceState) |
void |
onAttach(Activity activity)
Checks whether attaching Activity implements the OnModuleSelectedListener interface
and sets up the list adapter.
|
void |
onListItemClick(ListView l,
View v,
int position,
long id) |
private ModuleListFragment.OnModuleSelectedListener moduleSelectedListener
public void onListItemClick(ListView l, View v, int position, long id)
public void onAttach(Activity activity)
public void onActivityCreated(Bundle savedInstanceState)