Example usage for android.widget ListView.MultiChoiceModeListener interface-usage

List of usage examples for android.widget ListView.MultiChoiceModeListener interface-usage

Introduction

In this page you can find the example usage for android.widget ListView.MultiChoiceModeListener interface-usage.

Usage

From source file com.theelix.libreexplorer.ActionModeCallback.java

public class ActionModeCallback implements ListView.MultiChoiceModeListener {
    private AbsListView listView;
    private Context mContext;

    @Override
    public void onItemCheckedStateChanged(ActionMode mode, int position, long id, boolean checked) {