com.facebook.widget
Interface PickerFragment.OnSelectionChangedListener

Enclosing class:
PickerFragment<T extends GraphObject>

public static interface PickerFragment.OnSelectionChangedListener

Callback interface that will be called when the user selects or unselects graph objects in the picker.


Method Summary
 void onSelectionChanged(PickerFragment<?> fragment)
          Called when the user selects or unselects graph objects in the picker.
 

Method Detail

onSelectionChanged

void onSelectionChanged(PickerFragment<?> fragment)
Called when the user selects or unselects graph objects in the picker.