ASP源码.NET源码PHP源码JSP源码JAVA源码DELPHI源码PB源码VC源码VB源码Android源码

Summary

来源:网络整理     时间:2015-02-28     关键词:

本篇文章主要介绍了"Summary",主要涉及到方面的内容,对于Android开发感兴趣的同学可以参考一下: AdapterView.OnItemSelectedListenerSummaryPublic Methodsabstract voidonItemSelect...

AdapterView.OnItemSelectedListener

Summary


Public Methods
abstract void onItemSelected(AdapterView parent, View view, int position, long id)

Callback method to be invoked when an item in this view has been selected.

abstract void onNothingSelected(AdapterView parent)

Callback method to be invoked when the selection disappears from this view.

Parameters
parent The AdapterView where the selection happened
view The view within the AdapterView that was clicked
position The position of the view in the adapter
id The row id of the item that is selected

以上就介绍了Summary,包括了方面的内容,希望对Android开发有兴趣的朋友有所帮助。

本文网址链接:http://www.codes51.com/article/detail_114974.html

相关图片

相关文章