Since: API Level 2.0
public static interface

HtcAlertController.AlertParams.OnPrepareListViewListener

com.htc.app.HtcAlertController.AlertParams.OnPrepareListViewListener

Class Overview

Interface definition for a callback to be invoked before the ListView will be bound to an adapter.

Summary

Public Methods
abstract void onPrepareListView(ListView listView)
Called before the ListView is bound to an adapter.

Public Methods

public abstract void onPrepareListView (ListView listView)

Since: API Level 2.0

Called before the ListView is bound to an adapter.

Parameters
listView The ListView that will be shown in the dialog.