android.widget
Interface AbsListView.MultiChoiceModeListener

All Superinterfaces:
ActionMode.Callback
Enclosing class:
AbsListView

public static interface AbsListView.MultiChoiceModeListener
extends ActionMode.Callback


Method Summary
 void onItemCheckedStateChanged(ActionMode mode, int position, long id, boolean checked)
           
 
Methods inherited from interface android.view.ActionMode.Callback
onActionItemClicked, onCreateActionMode, onDestroyActionMode, onPrepareActionMode
 

Method Detail

onItemCheckedStateChanged

void onItemCheckedStateChanged(ActionMode mode,
                               int position,
                               long id,
                               boolean checked)


Copyright © 2008-2012. All Rights Reserved.