Generated by
JDiff

Class twitter4j.AsyncTwitter

Removed Methods
void getFollowersAsync(TwitterListener) Returns the authenticating user's followers, each with current status inline.
void getFriendsAsync(Paging, TwitterListener) Returns the specified user's friends, each with current status inline.
void getFriendsAsync(TwitterListener) Returns the specified user's friends, each with current status inline.
void getPublicTimelineAsync(int, TwitterListener) Returns only public statuses with an ID greater than (that is, more recent than) the specified ID.
 

Added Methods
void getFollowersAsync(TwitterListener) Returns the authenticating user's followers, each with current status inline.
void getFollowersStatusesAsync(String, Paging, TwitterListener) Returns the authenticating user's followers, each with current status inline.
void getFollowersStatusesAsync(String, TwitterListener) Returns the authenticating user's followers, each with current status inline.
void getFollowersStatusesAsync(Paging, TwitterListener) Returns the authenticating user's followers, each with current status inline.
void getFollowersStatusesAsync(TwitterListener) Returns the authenticating user's followers, each with current status inline.
void getFriendsAsync(Paging, TwitterListener) Returns the specified user's friends, each with current status inline.
void getFriendsAsync(TwitterListener) Returns the specified user's friends, each with current status inline.
void getFriendsStatusesAsync(String, Paging, TwitterListener) Returns the user's friends, each with current status inline.
void getFriendsStatusesAsync(String, TwitterListener) Returns the user's friends, each with current status inline.
void getFriendsStatusesAsync(Paging, TwitterListener) Returns the specified user's friends, each with current status inline.
void getFriendsStatusesAsync(TwitterListener) Returns the specified user's friends, each with current status inline.
void getPublicTimelineAsync(long, TwitterListener) Returns only public statuses with an ID greater than (that is, more recent than) the specified ID.
void getPublicTimelineAsync(int, TwitterListener) Returns only public statuses with an ID greater than (that is, more recent than) the specified ID.
void showUserAsync(String, TwitterListener) Retrieves extended information of a given user, specified by ID or screen name as per the required id parameter below.
 

Changed Methods
void getUserDetailAsync(String, TwitterListener) Now deprecated.
use showUserAsync(id,listener) instead
void getFollowersAsync(String, Paging, TwitterListener) Now deprecated.
use getFollowersStatusesAsync(id, paging, listener) instead
void getFollowersAsync(String, TwitterListener) Now deprecated.
use getFollowersStatusesAsync(id, listener) instead
void getFriendsAsync(String, Paging, TwitterListener) Now deprecated.
use getFriendsStatusesAsync(id, paging, listener) instead
void getFriendsAsync(String, TwitterListener) Now deprecated.
use getFriendsStatusesAsync(id, listener) instead
void getFriendsTimelineAsync(String, Paging, TwitterListener) Now deprecated.
The Twitter API does not support this method anymore.
void getFriendsTimelineAsync(String, TwitterListener) Now deprecated.
The Twitter API does not support this method anymore.