public static interface FacebookAgent.ICallback
| Modifier and Type | Method and Description |
|---|---|
void |
facOnAlbumsSuccess(java.util.List<FacebookAgent.Album> albumList,
boolean moreAlbums) |
void |
facOnCancel() |
void |
facOnError(java.lang.Exception exception) |
void |
facOnPhotosSuccess(java.util.List<FacebookAgent.Photo> photoList,
boolean morePhotos) |
void facOnError(java.lang.Exception exception)
void facOnCancel()
void facOnAlbumsSuccess(java.util.List<FacebookAgent.Album> albumList, boolean moreAlbums)
void facOnPhotosSuccess(java.util.List<FacebookAgent.Photo> photoList, boolean morePhotos)