public static interface Drawer.OnDrawerItemSelectedListener
| Modifier and Type | Method and Description |
|---|---|
void |
onItemSelected(android.widget.AdapterView<?> parent,
android.view.View view,
int position,
long id,
IDrawerItem drawerItem) |
void |
onNothingSelected(android.widget.AdapterView<?> parent) |
void onItemSelected(android.widget.AdapterView<?> parent,
android.view.View view,
int position,
long id,
IDrawerItem drawerItem)
parent - view - position - id - drawerItem - void onNothingSelected(android.widget.AdapterView<?> parent)
parent -