|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TwitterListener
A listner for receiving asynchronous responses from Twitter Async APIs.
AsyncTwitter
,
TwitterAdapter
Method Summary | |
---|---|
void |
blocked(User user)
Deprecated. use createdBlock instead |
void |
created(User user)
Deprecated. use createdFriendship instead |
void |
createdBlock(User user)
|
void |
createdFavorite(Status status)
|
void |
createdFriendship(User user)
|
void |
deletedDirectMessage(DirectMessage message)
Deprecated. use destroyedDirectMessage instead |
void |
destroyed(User user)
Deprecated. use destroyedFriendship instead |
void |
destroyedBlock(User user)
|
void |
destroyedDirectMessage(DirectMessage message)
|
void |
destroyedFavorite(Status status)
|
void |
destroyedFriendship(User user)
|
void |
destroyedStatus(Status destroyedStatus)
|
void |
disabledNotification(User user)
|
void |
enabledNotification(User user)
|
void |
followed(User user)
Deprecated. use enabledNotification instead |
void |
gotBlockingUsers(java.util.List<User> blockingUsers)
|
void |
gotBlockingUsersIDs(IDs blockingUsersIDs)
|
void |
gotCurrentTrends(Trends trends)
|
void |
gotDailyTrends(java.util.List<Trends> trendsList)
|
void |
gotDirectMessages(java.util.List<DirectMessage> messages)
|
void |
gotDowntimeSchedule(java.lang.String schedule)
Deprecated. not supported by Twitter API anymore |
void |
gotExists(boolean exists)
Deprecated. use gotExistsFriendship instead |
void |
gotExistsBlock(boolean blockExists)
|
void |
gotExistsFriendship(boolean exists)
|
void |
gotFavorites(java.util.List<Status> statuses)
|
void |
gotFeatured(java.util.List<User> users)
|
void |
gotFollowers(java.util.List<User> users)
|
void |
gotFollowersIDs(IDs ids)
|
void |
gotFriends(java.util.List<User> users)
|
void |
gotFriendsIDs(IDs ids)
|
void |
gotFriendsTimeline(java.util.List<Status> statuses)
|
void |
gotMentions(java.util.List<Status> statuses)
|
void |
gotPublicTimeline(java.util.List<Status> statuses)
|
void |
gotRateLimitStatus(RateLimitStatus rateLimitStatus)
|
void |
gotReplies(java.util.List<Status> statuses)
Deprecated. use gotMentions instead |
void |
gotSentDirectMessages(java.util.List<DirectMessage> messages)
|
void |
gotShow(Status status)
Deprecated. use gotShowStatus instead |
void |
gotShowStatus(Status status)
|
void |
gotTrends(Trends trends)
|
void |
gotUserDetail(User user)
|
void |
gotUserTimeline(java.util.List<Status> statuses)
|
void |
gotWeeklyTrends(java.util.List<Trends> trendsList)
|
void |
left(User user)
Deprecated. use disabledNotification instead |
void |
onException(TwitterException te,
int method)
|
void |
searched(QueryResult queryResult)
|
void |
sentDirectMessage(DirectMessage message)
|
void |
tested(boolean test)
|
void |
unblocked(User user)
Deprecated. use destroyedBlock instead |
void |
updated(Status status)
Deprecated. use updatedStatus instead |
void |
updatedDeliverlyDevice(User user)
|
void |
updatedLocation(User user)
Deprecated. Use updatedProfile instead |
void |
updatedProfile(User user)
|
void |
updatedProfileColors(User user)
|
void |
updatedStatus(Status status)
|
Method Detail |
---|
void gotPublicTimeline(java.util.List<Status> statuses)
void gotFriendsTimeline(java.util.List<Status> statuses)
void gotUserTimeline(java.util.List<Status> statuses)
void gotShow(Status status)
void gotShowStatus(Status status)
void updated(Status status)
void updatedStatus(Status status)
void gotReplies(java.util.List<Status> statuses)
void gotMentions(java.util.List<Status> statuses)
void destroyedStatus(Status destroyedStatus)
void gotFriends(java.util.List<User> users)
void gotFollowers(java.util.List<User> users)
void gotFeatured(java.util.List<User> users)
void gotUserDetail(User user)
void gotDirectMessages(java.util.List<DirectMessage> messages)
void gotSentDirectMessages(java.util.List<DirectMessage> messages)
void sentDirectMessage(DirectMessage message)
void deletedDirectMessage(DirectMessage message)
void destroyedDirectMessage(DirectMessage message)
void gotFriendsIDs(IDs ids)
void gotFollowersIDs(IDs ids)
void created(User user)
void createdFriendship(User user)
void destroyed(User user)
void destroyedFriendship(User user)
void gotExists(boolean exists)
void gotExistsFriendship(boolean exists)
void updatedLocation(User user)
void updatedProfile(User user)
void updatedProfileColors(User user)
void gotRateLimitStatus(RateLimitStatus rateLimitStatus)
void updatedDeliverlyDevice(User user)
void gotFavorites(java.util.List<Status> statuses)
void createdFavorite(Status status)
void destroyedFavorite(Status status)
void followed(User user)
void enabledNotification(User user)
void left(User user)
void disabledNotification(User user)
void blocked(User user)
void createdBlock(User user)
void unblocked(User user)
void destroyedBlock(User user)
void gotExistsBlock(boolean blockExists)
void gotBlockingUsers(java.util.List<User> blockingUsers)
void gotBlockingUsersIDs(IDs blockingUsersIDs)
void tested(boolean test)
void gotDowntimeSchedule(java.lang.String schedule)
void searched(QueryResult queryResult)
void gotTrends(Trends trends)
void gotCurrentTrends(Trends trends)
void gotDailyTrends(java.util.List<Trends> trendsList)
void gotWeeklyTrends(java.util.List<Trends> trendsList)
void onException(TwitterException te, int method)
te
- TwitterExceptionmethod
- int
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |