|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface AdapterView.OnItemSelectedListener
Interface definition for a callback to be invoked when an item in this view has been selected.
| Method Summary | |
|---|---|
void |
onItemSelected(AdapterView<?> parent,
View view,
int position,
long id)
Callback method to be invoked when an item in this view has been selected. |
void |
onNothingSelected(AdapterView<?> parent)
Callback method to be invoked when the selection disappears from this view. |
| Method Detail |
|---|
void onItemSelected(AdapterView<?> parent,
View view,
int position,
long id)
parent - The AdapterView where the selection happenedview - The view within the AdapterView that was clickedposition - The position of the view in the adapterid - The row id of the item that is selectedvoid onNothingSelected(AdapterView<?> parent)
parent - The AdapterView that now contains no selected item.
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||