com.pankia.api.manager
インタフェース UserManagerListener

すべてのスーパーインタフェース:
ManagerListener
既知の実装クラスの一覧:
FriendsSource, NullUserManagerListener, SearchableActivity, SecureAccountActivity, UserActivity

public interface UserManagerListener
extends ManagerListener

ユーザーマネージャーのリスナ ユーザーマネージャーを使用する場合はこのインターフェースを実装する必要がある。

作成者:
yasuhikonakashima

メソッドの概要
 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
 

メソッドの詳細

onUserShowSuccess

void onUserShowSuccess(Friend user,
                       java.util.List<Install> installs)
ユーザー情報の取得に成功した

パラメータ:
user -

onUserUpdateSuccess

void onUserUpdateSuccess(java.lang.String username,
                         boolean isGuest)
ユーザー名の更新に成功した

パラメータ:
username -
isGuest -

onUserSecureSuccess

void onUserSecureSuccess()
ユーザーのセキュアに成功した


onUserFollowSuccess

void onUserFollowSuccess()
ユーザーのフォローに成功した


onUserUnFollowSuccess

void onUserUnFollowSuccess()
ユーザーのフォロー解除に成功した


onUserFolloweesSuccess

void onUserFolloweesSuccess(java.util.List<Friend> followees)
Followeesの取得に成功した


onUserFollowersSuccess

void onUserFollowersSuccess(java.util.List<Friend> followers)
Followersの取得に成功した

パラメータ:
followers -

onUserFindSuccess

void onUserFindSuccess(java.util.List<Friend> users)
ユーザーの検索に成功した

パラメータ:
users -