com.facebook.widget
Interface ProfilePictureView.OnErrorListener

Enclosing class:
ProfilePictureView

public static interface ProfilePictureView.OnErrorListener

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


Method Summary
 void onError(FacebookException error)
          Called when a network or other error is encountered.
 

Method Detail

onError

void onError(FacebookException error)
Called when a network or other error is encountered.

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