com.facebook.widget
Interface PickerFragment.OnErrorListener

Enclosing class:
PickerFragment<T extends GraphObject>

public static interface PickerFragment.OnErrorListener

Callback interface that will be called when a network or other error is encountered while retrieving graph objects.


Method Summary
 void onError(PickerFragment<?> fragment, FacebookException error)
          Called when a network or other error is encountered.
 

Method Detail

onError

void onError(PickerFragment<?> fragment,
             FacebookException error)
Called when a network or other error is encountered.

Parameters:
error - a FacebookException representing the error that was encountered.