public static interface

HtcAbsListView.MultiChoiceModeListener

implements ActionMode.Callback
com.htc.widget.HtcAbsListView.MultiChoiceModeListener

Class Overview

A MultiChoiceModeListener receives events for HtcAbsListView#CHOICE_MODE_MULTIPLE_MODAL. It acts as the ActionMode.Callback for the selection mode and also receives #onItemCheckedStateChanged(ActionMode, int, long, boolean) events when the user selects and deselects list items.

Summary

[Expand]
Inherited Methods
From interface android.view.ActionMode.Callback