twitter4j
Interface TwitterListener
- All Known Implementing Classes:
- TwitterAdapter
public interface TwitterListener
A listner for receiving asynchronous responses from Twitter Async APIs.
- See Also:
AsyncTwitter,
TwitterAdapter
gotPublicTimeline
void gotPublicTimeline(java.util.List<Status> statuses)
gotFriendsTimeline
void gotFriendsTimeline(java.util.List<Status> statuses)
gotUserTimeline
void gotUserTimeline(java.util.List<Status> statuses)
gotShow
void gotShow(Status status)
updated
void updated(Status status)
gotReplies
void gotReplies(java.util.List<Status> statuses)
gotFriends
void gotFriends(java.util.List<User> users)
gotFollowers
void gotFollowers(java.util.List<User> users)
gotFeatured
void gotFeatured(java.util.List<User> users)
gotUserDetail
void gotUserDetail(UserWithStatus userWithStatus)
gotDirectMessages
void gotDirectMessages(java.util.List<DirectMessage> messages)
gotSentDirectMessages
void gotSentDirectMessages(java.util.List<DirectMessage> messages)
sentDirectMessage
void sentDirectMessage(DirectMessage message)
deletedDirectMessage
void deletedDirectMessage(DirectMessage message)
created
void created(User user)
destroyed
void destroyed(User user)
gotArchive
void gotArchive(java.util.List<Status> statuses)
updatedLocation
void updatedLocation(User user)
updatedDeliverlyDevice
void updatedDeliverlyDevice(User user)
gotFavorites
void gotFavorites(java.util.List<Status> statuses)
createdFavorite
void createdFavorite(Status status)
destroyedFavorite
void destroyedFavorite(Status status)
followed
void followed(User user)
left
void left(User user)
blocked
void blocked(User user)
unblocked
void unblocked(User user)
tested
void tested(boolean test)
gotDowntimeSchedule
void gotDowntimeSchedule(java.lang.String schedule)
onException
void onException(TwitterException te,
int method)
- Parameters:
te - TwitterExceptionmethod - int