|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
public interface UserManagerListener
ユーザーマネージャーのリスナ ユーザーマネージャーを使用する場合はこのインターフェースを実装する必要がある。
| メソッドの概要 | |
|---|---|
void |
onUserFindSuccess(java.util.List<Friend> users)
ユーザーの検索に成功した |
void |
onUserFolloweesSuccess(java.util.List<Friend> followees)
Followeesの取得に成功した |
void |
onUserFollowersSuccess(java.util.List<Friend> followers)
Followersの取得に成功した |
void |
onUserFollowSuccess()
ユーザーのフォローに成功した |
void |
onUserSecureSuccess()
ユーザーのセキュアに成功した |
void |
onUserShowSuccess(Friend user,
java.util.List<Install> installs)
ユーザー情報の取得に成功した |
void |
onUserUnFollowSuccess()
ユーザーのフォロー解除に成功した |
void |
onUserUpdateSuccess(java.lang.String username,
boolean isGuest)
ユーザー名の更新に成功した |
| インタフェース com.pankia.api.manager.ManagerListener から継承されたメソッド |
|---|
onComplete, onException, onFailure |
| メソッドの詳細 |
|---|
void onUserShowSuccess(Friend user,
java.util.List<Install> installs)
user -
void onUserUpdateSuccess(java.lang.String username,
boolean isGuest)
username - isGuest - void onUserSecureSuccess()
void onUserFollowSuccess()
void onUserUnFollowSuccess()
void onUserFolloweesSuccess(java.util.List<Friend> followees)
void onUserFollowersSuccess(java.util.List<Friend> followers)
followers - void onUserFindSuccess(java.util.List<Friend> users)
users -
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||