public class UserStreamAdapter extends StatusAdapter implements UserStreamListener
| Constructor and Description |
|---|
UserStreamAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
onBlock(User source,
User blockedUser) |
void |
onDeletionNotice(long directMessageId,
long userId) |
void |
onDirectMessage(DirectMessage directMessage) |
void |
onException(java.lang.Exception ex) |
void |
onFavorite(User source,
User target,
Status favoritedStatus) |
void |
onFollow(User source,
User followedUser) |
void |
onFriendList(long[] friendIds) |
void |
onUnblock(User source,
User unblockedUser) |
void |
onUnfavorite(User source,
User target,
Status unfavoritedStatus) |
void |
onUserListCreation(User listOwner,
UserList list) |
void |
onUserListDeletion(User listOwner,
UserList list) |
void |
onUserListMemberAddition(User addedMember,
User listOwner,
UserList list) |
void |
onUserListMemberDeletion(User deletedMember,
User listOwner,
UserList list) |
void |
onUserListSubscription(User subscriber,
User listOwner,
UserList list) |
void |
onUserListUnsubscription(User subscriber,
User listOwner,
UserList list) |
void |
onUserListUpdate(User listOwner,
UserList list) |
void |
onUserProfileUpdate(User updatedUser) |
onDeletionNotice, onScrubGeo, onStallWarning, onStatus, onTrackLimitationNoticeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitonDeletionNotice, onScrubGeo, onStallWarning, onStatus, onTrackLimitationNoticepublic void onDeletionNotice(long directMessageId,
long userId)
onDeletionNotice in interface UserStreamListenerpublic void onFriendList(long[] friendIds)
onFriendList in interface UserStreamListenerpublic void onFavorite(User source, User target, Status favoritedStatus)
onFavorite in interface UserStreamListenerpublic void onFollow(User source, User followedUser)
onFollow in interface UserStreamListenerpublic void onUnfavorite(User source, User target, Status unfavoritedStatus)
onUnfavorite in interface UserStreamListenerpublic void onDirectMessage(DirectMessage directMessage)
onDirectMessage in interface UserStreamListenerpublic void onUserListMemberAddition(User addedMember, User listOwner, UserList list)
onUserListMemberAddition in interface UserStreamListenerpublic void onUserListMemberDeletion(User deletedMember, User listOwner, UserList list)
onUserListMemberDeletion in interface UserStreamListenerpublic void onUserListSubscription(User subscriber, User listOwner, UserList list)
onUserListSubscription in interface UserStreamListenerpublic void onUserListUnsubscription(User subscriber, User listOwner, UserList list)
onUserListUnsubscription in interface UserStreamListenerpublic void onUserListCreation(User listOwner, UserList list)
onUserListCreation in interface UserStreamListenerpublic void onUserListUpdate(User listOwner, UserList list)
onUserListUpdate in interface UserStreamListenerpublic void onUserListDeletion(User listOwner, UserList list)
onUserListDeletion in interface UserStreamListenerpublic void onUserProfileUpdate(User updatedUser)
onUserProfileUpdate in interface UserStreamListenerupdatedUser - updated userpublic void onBlock(User source, User blockedUser)
onBlock in interface UserStreamListenerpublic void onUnblock(User source, User unblockedUser)
onUnblock in interface UserStreamListenerpublic void onException(java.lang.Exception ex)
onException in interface StreamListeneronException in class StatusAdapter