Source compatibility report for the Twitter4J library from version 2.0.1 to 2.0.2
Summary
Problem Summary
Added Methods (50)
twitter4j-2.0.2.jar, AsyncTwitter.class
package twitter4j
AsyncTwitter.getCurrentTrendsAsync ( boolean excludeHashTags, TwitterListener listener ):void
[ run-time name: twitter4j/AsyncTwitter.getCurrentTrendsAsync:(ZLtwitter4j/TwitterListener;)V ]
AsyncTwitter.getCurrentTrendsAsync ( TwitterListener listener ):void
[ run-time name: twitter4j/AsyncTwitter.getCurrentTrendsAsync:(Ltwitter4j/TwitterListener;)V ]
AsyncTwitter.getDailyTrendsAsync ( java.util.Date date, boolean excludeHashTags, TwitterListener listener ):void
[ run-time name: twitter4j/AsyncTwitter.getDailyTrendsAsync:(Ljava/util/Date;ZLtwitter4j/TwitterListener;)V ]
AsyncTwitter.getDailyTrendsAsync ( TwitterListener listener ):void
[ run-time name: twitter4j/AsyncTwitter.getDailyTrendsAsync:(Ltwitter4j/TwitterListener;)V ]
AsyncTwitter.getTrendsAsync ( TwitterListener listener ):void
[ run-time name: twitter4j/AsyncTwitter.getTrendsAsync:(Ltwitter4j/TwitterListener;)V ]
AsyncTwitter.getWeeklyTrendsAsync ( java.util.Date date, boolean excludeHashTags, TwitterListener listener ):void
[ run-time name: twitter4j/AsyncTwitter.getWeeklyTrendsAsync:(Ljava/util/Date;ZLtwitter4j/TwitterListener;)V ]
AsyncTwitter.getWeeklyTrendsAsync ( TwitterListener listener ):void
[ run-time name: twitter4j/AsyncTwitter.getWeeklyTrendsAsync:(Ltwitter4j/TwitterListener;)V ]
AsyncTwitter.shutdown ( ):void
[ run-time name: twitter4j/AsyncTwitter.shutdown:()V ]
AsyncTwitter.updateProfileAsync ( String name, String email, String url, String location, String description ):void
[ run-time name: twitter4j/AsyncTwitter.updateProfileAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V ]
AsyncTwitter.updateProfileAsync ( String name, String email, String url, String location, String description, TwitterListener listener ):void
[ run-time name: twitter4j/AsyncTwitter.updateProfileAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ltwitter4j/TwitterListener;)V ]
twitter4j-2.0.2.jar, ExtendedUser.class
package twitter4j
ExtendedUser.ExtendedUser ( http.Response res, Twitter twitter )
[ run-time name: twitter4j/ExtendedUser."<init>":(Ltwitter4j/http/Response;Ltwitter4j/Twitter;)V ]
twitter4j-2.0.2.jar, Response.class
package twitter4j.http
Response.getResponseHeader ( String name ):String
[ run-time name: twitter4j/http/Response.getResponseHeader:(Ljava/lang/String;)Ljava/lang/String; ]
Response.Response ( java.net.HttpURLConnection con )
[ run-time name: twitter4j/http/Response."<init>":(Ljava/net/HttpURLConnection;)V ]
twitter4j-2.0.2.jar, Trend.class
package twitter4j
Trend.equals ( Object o ):boolean
[ run-time name: twitter4j/Trend.equals:(Ljava/lang/Object;)Z ]
Trend.getName ( ):String
[ run-time name: twitter4j/Trend.getName:()Ljava/lang/String; ]
Trend.getQuery ( ):String
[ run-time name: twitter4j/Trend.getQuery:()Ljava/lang/String; ]
Trend.getUrl ( ):String
[ run-time name: twitter4j/Trend.getUrl:()Ljava/lang/String; ]
Trend.hashCode ( ):int
[ run-time name: twitter4j/Trend.hashCode:()I ]
Trend.toString ( ):String
[ run-time name: twitter4j/Trend.toString:()Ljava/lang/String; ]
Trend.Trend ( org.json.JSONObject json )
[ run-time name: twitter4j/Trend."<init>":(Ltwitter4j/org/json/JSONObject;)V ]
twitter4j-2.0.2.jar, Trends.class
package twitter4j
Trends.compareTo ( Object x0 ):int
[ run-time name: twitter4j/Trends.compareTo:(Ljava/lang/Object;)I ]
Trends.compareTo ( Trends that ):int
[ run-time name: twitter4j/Trends.compareTo:(Ltwitter4j/Trends;)I ]
Trends.getAsOf ( ):java.util.Date
[ run-time name: twitter4j/Trends.getAsOf:()Ljava/util/Date; ]
Trends.getTrendAt ( ):java.util.Date
[ run-time name: twitter4j/Trends.getTrendAt:()Ljava/util/Date; ]
Trends.getTrends ( ):Trend[]
[ run-time name: twitter4j/Trends.getTrends:()[Ltwitter4j/Trend; ]
twitter4j-2.0.2.jar, Twitter.class
package twitter4j
Twitter.getCurrentTrends ( ):Trends
[ run-time name: twitter4j/Twitter.getCurrentTrends:()Ltwitter4j/Trends; ]
Twitter.getCurrentTrends ( boolean excludeHashTags ):Trends
[ run-time name: twitter4j/Twitter.getCurrentTrends:(Z)Ltwitter4j/Trends; ]
Twitter.getDailyTrends ( ):java.util.List
[ run-time name: twitter4j/Twitter.getDailyTrends:()Ljava/util/List; ]
Twitter.getDailyTrends ( java.util.Date date, boolean excludeHashTags ):java.util.List
[ run-time name: twitter4j/Twitter.getDailyTrends:(Ljava/util/Date;Z)Ljava/util/List; ]
Twitter.getTrends ( ):Trends
[ run-time name: twitter4j/Twitter.getTrends:()Ltwitter4j/Trends; ]
Twitter.getWeeklyTrends ( ):java.util.List
[ run-time name: twitter4j/Twitter.getWeeklyTrends:()Ljava/util/List; ]
Twitter.getWeeklyTrends ( java.util.Date date, boolean excludeHashTags ):java.util.List
[ run-time name: twitter4j/Twitter.getWeeklyTrends:(Ljava/util/Date;Z)Ljava/util/List; ]
Twitter.updateProfile ( String name, String email, String url, String location, String description ):ExtendedUser
[ run-time name: twitter4j/Twitter.updateProfile:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ltwitter4j/ExtendedUser; ]
twitter4j-2.0.2.jar, TwitterAdapter.class
package twitter4j
TwitterAdapter.gotCurrentTrends ( Trends trends ):void
[ run-time name: twitter4j/TwitterAdapter.gotCurrentTrends:(Ltwitter4j/Trends;)V ]
TwitterAdapter.gotDailyTrends ( java.util.List trendsList ):void
[ run-time name: twitter4j/TwitterAdapter.gotDailyTrends:(Ljava/util/List;)V ]
TwitterAdapter.gotTrends ( Trends trends ):void
[ run-time name: twitter4j/TwitterAdapter.gotTrends:(Ltwitter4j/Trends;)V ]
TwitterAdapter.gotWeeklyTrends ( java.util.List trendsList ):void
[ run-time name: twitter4j/TwitterAdapter.gotWeeklyTrends:(Ljava/util/List;)V ]
TwitterAdapter.updatedProfile ( ExtendedUser user ):void
[ run-time name: twitter4j/TwitterAdapter.updatedProfile:(Ltwitter4j/ExtendedUser;)V ]
twitter4j-2.0.2.jar, TwitterListener.class
package twitter4j
TwitterListener.gotCurrentTrends ( Trends p1 ) [abstract]:void
[ run-time name: twitter4j/TwitterListener.gotCurrentTrends:(Ltwitter4j/Trends;)V ]
TwitterListener.gotDailyTrends ( java.util.List p1 ) [abstract]:void
[ run-time name: twitter4j/TwitterListener.gotDailyTrends:(Ljava/util/List;)V ]
TwitterListener.gotTrends ( Trends p1 ) [abstract]:void
[ run-time name: twitter4j/TwitterListener.gotTrends:(Ltwitter4j/Trends;)V ]
TwitterListener.gotWeeklyTrends ( java.util.List p1 ) [abstract]:void
[ run-time name: twitter4j/TwitterListener.gotWeeklyTrends:(Ljava/util/List;)V ]
TwitterListener.updatedProfile ( ExtendedUser p1 ) [abstract]:void
[ run-time name: twitter4j/TwitterListener.updatedProfile:(Ltwitter4j/ExtendedUser;)V ]
twitter4j-2.0.2.jar, TwitterResponse.class
package twitter4j
TwitterResponse.getRateLimitLimit ( ):int
[ run-time name: twitter4j/TwitterResponse.getRateLimitLimit:()I ]
TwitterResponse.getRateLimitRemaining ( ):int
[ run-time name: twitter4j/TwitterResponse.getRateLimitRemaining:()I ]
TwitterResponse.getRateLimitReset ( ):long
[ run-time name: twitter4j/TwitterResponse.getRateLimitReset:()J ]
TwitterResponse.parseDate ( String str, String format ) [static]:java.util.Date
[ run-time name: twitter4j/TwitterResponse.parseDate:(Ljava/lang/String;Ljava/lang/String;)Ljava/util/Date; ]
TwitterResponse.TwitterResponse ( http.Response res )
[ run-time name: twitter4j/TwitterResponse."<init>":(Ltwitter4j/http/Response;)V ]
twitter4j-2.0.2.jar, User.class
package twitter4j
User.constructUsers ( http.Response res, Twitter twitter ) [static]:java.util.List
[ run-time name: twitter4j/User.constructUsers:(Ltwitter4j/http/Response;Ltwitter4j/Twitter;)Ljava/util/List; ]
twitter4j-2.0.2.jar, UserWithStatus.class
package twitter4j
UserWithStatus.UserWithStatus ( http.Response res, Twitter twitter )
[ run-time name: twitter4j/UserWithStatus."<init>":(Ltwitter4j/http/Response;Ltwitter4j/Twitter;)V ]
to the top
Removed Methods (5)
twitter4j-2.0.1.jar, ExtendedUser.class
package twitter4j
ExtendedUser.ExtendedUser ( org.w3c.dom.Element elem, Twitter twitter )
[ run-time name: twitter4j/ExtendedUser."<init>":(Lorg/w3c/dom/Element;Ltwitter4j/Twitter;)V ]
twitter4j-2.0.1.jar, Response.class
package twitter4j.http
Response.Response ( int statusCode, java.io.InputStream is )
[ run-time name: twitter4j/http/Response."<init>":(ILjava/io/InputStream;)V ]
twitter4j-2.0.1.jar, TwitterResponse.class
package twitter4j
TwitterResponse.encodeDate ( String str, String format ):java.util.Date
[ run-time name: twitter4j/TwitterResponse.encodeDate:(Ljava/lang/String;Ljava/lang/String;)Ljava/util/Date; ]
twitter4j-2.0.1.jar, User.class
package twitter4j
User.constructUsers ( org.w3c.dom.Document doc, Twitter twitter ) [static]:java.util.List
[ run-time name: twitter4j/User.constructUsers:(Lorg/w3c/dom/Document;Ltwitter4j/Twitter;)Ljava/util/List; ]
twitter4j-2.0.1.jar, UserWithStatus.class
package twitter4j
UserWithStatus.UserWithStatus ( org.w3c.dom.Element elem, Twitter twitter )
[ run-time name: twitter4j/UserWithStatus."<init>":(Lorg/w3c/dom/Element;Ltwitter4j/Twitter;)V ]
to the top
Problems with Data Types, High risk (5)
twitter4j-2.0.1.jar
package twitter4j
[+] TwitterListener (5)
|
Abstract method TwitterListener.gotCurrentTrends ( Trends p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method gotCurrentTrends(Trends) in TwitterListener. |
Abstract method TwitterListener.gotDailyTrends ( java.util.List p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method gotDailyTrends(java.util.List) in TwitterListener. |
Abstract method TwitterListener.gotTrends ( Trends p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method gotTrends(Trends) in TwitterListener. |
Abstract method TwitterListener.gotWeeklyTrends ( java.util.List p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method gotWeeklyTrends(java.util.List) in TwitterListener. |
Abstract method TwitterListener.updatedProfile ( ExtendedUser p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method updatedProfile(ExtendedUser) in TwitterListener. |
[+] affected methods (162)
AsyncTwitter.createAsync ( String id, TwitterListener listener ):
2nd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.createBlockAsync ( String id, TwitterListener listener ):
2nd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.createFavoriteAsync ( int id, TwitterListener listener ):
2nd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.createFavoriteAsync ( long id, TwitterListener listener ):
2nd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.createFriendshipAsync ( String id, boolean follow, TwitterListener listener ):
3rd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.createFriendshipAsync ( String id, TwitterListener listener ):
2nd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.deleteDirectMessageAsync ( int id, TwitterListener listener ):
2nd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.destoryStatusAsync ( int statusId, TwitterListener listener ):
2nd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.destroyAsync ( String id, TwitterListener listener ):
2nd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.destroyBlockAsync ( String id, TwitterListener listener ):
2nd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.destroyDirectMessageAsync ( int id, TwitterListener listener ):
2nd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.destroyFavoriteAsync ( int id, TwitterListener listener ):
2nd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.destroyFavoriteAsync ( long id, TwitterListener listener ):
2nd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.destroyFriendshipAsync ( String id, TwitterListener listener ):
2nd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.destroyStatusAsync ( int statusId, TwitterListener listener ):
2nd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.destroyStatusAsync ( long statusId, TwitterListener listener ):
2nd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.disableNotificationAsync ( String id, TwitterListener listener ):
2nd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.enableNotificationAsync ( String id, TwitterListener listener ):
2nd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.existsAsync ( String userA, String userB, TwitterListener listener ):
3rd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.existsFriendshipAsync ( String userA, String userB, TwitterListener listener ):
3rd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.favoritesAsync ( int page, TwitterListener listener ):
2nd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.favoritesAsync ( String id, int page, TwitterListener listener ):
3rd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.favoritesAsync ( String id, TwitterListener listener ):
2nd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.favoritesAsync ( TwitterListener listener ):
1st parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.followAsync ( String id, TwitterListener listener ):
2nd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.getAuthenticatedUserAsync ( TwitterListener listener ):
1st parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.getDirectMessagesAsync ( int sinceId, TwitterListener listener ):
2nd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.getDirectMessagesAsync ( java.util.Date since, TwitterListener listener ):
2nd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.getDirectMessagesAsync ( Paging paging, TwitterListener listener ):
2nd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.getDirectMessagesAsync ( TwitterListener listener ):
1st parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.getDirectMessagesByPageAsync ( int page, int sinceId, TwitterListener listener ):
3rd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.getDirectMessagesByPageAsync ( int page, TwitterListener listener ):
2nd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.getFavoritesAsync ( int page, TwitterListener listener ):
2nd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.getFavoritesAsync ( String id, int page, TwitterListener listener ):
3rd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.getFavoritesAsync ( String id, TwitterListener listener ):
2nd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.getFavoritesAsync ( TwitterListener listener ):
1st parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.getFeaturedAsync ( TwitterListener listener ):
1st parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.getFollowersAsync ( int page, TwitterListener listener ):
2nd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.getFollowersAsync ( String id, int page, TwitterListener listener ):
3rd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.getFollowersAsync ( String id, Paging paging, TwitterListener listener ):
3rd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.getFollowersAsync ( String id, TwitterListener listener ):
2nd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.getFollowersAsync ( Paging paging, TwitterListener listener ):
2nd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.getFollowersAsync ( TwitterListener listener ):
1st parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.getFollowersIDsAsync ( int userId, Paging paging, TwitterListener listener ):
3rd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.getFollowersIDsAsync ( int userId, TwitterListener listener ):
2nd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.getFollowersIDsAsync ( String screenName, Paging paging, TwitterListener listener ):
3rd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.getFollowersIDsAsync ( String screenName, TwitterListener listener ):
2nd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.getFollowersIDsAsync ( Paging paging, TwitterListener listener ):
2nd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.getFollowersIDsAsync ( TwitterListener listener ):
1st parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.getFriendsAsync ( int page, TwitterListener listener ):
2nd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.getFriendsAsync ( String id, int page, TwitterListener listener ):
3rd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.getFriendsAsync ( String id, Paging paging, TwitterListener listener ):
3rd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.getFriendsAsync ( String id, TwitterListener listener ):
2nd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.getFriendsAsync ( Paging paging, TwitterListener listener ):
2nd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.getFriendsAsync ( TwitterListener listener ):
1st parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.getFriendsIDsAsync ( int userId, Paging paging, TwitterListener listener ):
3rd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.getFriendsIDsAsync ( int userId, TwitterListener listener ):
2nd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.getFriendsIDsAsync ( String screenName, Paging paging, TwitterListener listener ):
3rd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.getFriendsIDsAsync ( String screenName, TwitterListener listener ):
2nd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.getFriendsIDsAsync ( Paging paging, TwitterListener listener ):
2nd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.getFriendsIDsAsync ( TwitterListener listener ):
1st parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.getFriendsTimelineAsync ( int page, TwitterListener listener ):
2nd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.getFriendsTimelineAsync ( java.util.Date since, TwitterListener listener ):
2nd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.getFriendsTimelineAsync ( long sinceId, int page, TwitterListener listener ):
3rd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.getFriendsTimelineAsync ( long sinceId, String id, int page, TwitterListener listener ):
4th parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.getFriendsTimelineAsync ( long sinceId, TwitterListener listener ):
2nd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.getFriendsTimelineAsync ( String id, int page, TwitterListener listener ):
3rd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.getFriendsTimelineAsync ( String id, java.util.Date since, TwitterListener listener ):
3rd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.getFriendsTimelineAsync ( String id, long sinceId, TwitterListener listener ):
3rd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.getFriendsTimelineAsync ( String id, Paging paging, TwitterListener listener ):
3rd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.getFriendsTimelineAsync ( String id, TwitterListener listener ):
2nd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.getFriendsTimelineAsync ( Paging paging, TwitterListener listener ):
2nd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.getFriendsTimelineAsync ( TwitterListener listener ):
1st parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.getFriendsTimelineByPageAsync ( int page, TwitterListener listener ):
2nd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.getFriendsTimelineByPageAsync ( String id, int page, TwitterListener listener ):
3rd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.getMentionsAsync ( Paging paging, TwitterListener listener ):
2nd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.getMentionsAsync ( TwitterListener listener ):
1st parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.getPublicTimelineAsync ( int sinceID, TwitterListener listener ):
2nd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.getPublicTimelineAsync ( TwitterListener listener ):
1st parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.getRepliesAsync ( int page, TwitterListener listener ):
2nd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.getRepliesAsync ( long sinceId, int page, TwitterListener listener ):
3rd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.getRepliesAsync ( long sinceId, TwitterListener listener ):
2nd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.getRepliesAsync ( TwitterListener listener ):
1st parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.getRepliesByPageAsync ( int page, TwitterListener listener ):
2nd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.getSentDirectMessagesAsync ( int page, int sinceId, TwitterListener listener ):
3rd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.getSentDirectMessagesAsync ( int sinceId, TwitterListener listener ):
2nd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.getSentDirectMessagesAsync ( java.util.Date since, TwitterListener listener ):
2nd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.getSentDirectMessagesAsync ( Paging paging, TwitterListener listener ):
2nd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.getSentDirectMessagesAsync ( TwitterListener listener ):
1st parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.getUserDetailAsync ( String id, TwitterListener listener ):
2nd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.getUserTimelineAsync ( int count, java.util.Date since, TwitterListener listener ):
3rd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.getUserTimelineAsync ( int count, long sinceId, TwitterListener listener ):
3rd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.getUserTimelineAsync ( long sinceId, TwitterListener listener ):
2nd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.getUserTimelineAsync ( String id, int count, java.util.Date since, TwitterListener listener ):
4th parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.getUserTimelineAsync ( String id, int count, TwitterListener listener ):
3rd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.getUserTimelineAsync ( String id, int page, long sinceId, TwitterListener listener ):
4th parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.getUserTimelineAsync ( String id, java.util.Date since, TwitterListener listener ):
3rd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.getUserTimelineAsync ( String id, long sinceId, TwitterListener listener ):
3rd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.getUserTimelineAsync ( String id, Paging paging, TwitterListener listener ):
3rd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.getUserTimelineAsync ( String id, TwitterListener listener ):
2nd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.getUserTimelineAsync ( Paging paging, TwitterListener listener ):
2nd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.getUserTimelineAsync ( TwitterListener listener ):
1st parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.leaveAsync ( String id, TwitterListener listener ):
2nd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.rateLimitStatusAsync ( TwitterListener listener ):
1st parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.searchAcync ( Query query, TwitterListener listener ):
2nd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.sendDirectMessageAsync ( String id, String text, TwitterListener listener ):
3rd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.showAsync ( int id, TwitterListener listener ):
2nd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.showAsync ( long id, TwitterListener listener ):
2nd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.showStatusAsync ( long id, TwitterListener listener ):
2nd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.updateAsync ( String status, long inReplyToStatusId, TwitterListener listener ):
3rd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.updateAsync ( String status, TwitterListener listener ):
2nd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.updateDeliverlyDeviceAsync ( Twitter.Device device, TwitterListener listener ):
2nd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.updateLocationAsync ( String location, TwitterListener listener ):
2nd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.updateProfileColorsAsync ( String profileBackgroundColor, String profileTextColor, String profileLinkColor, String profileSidebarFillColor, String profileSidebarBorderColor, TwitterListener listener ):
6th parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.updateStatusAsync ( String status, long inReplyToStatusId, TwitterListener listener ):
3rd parameter 'listener' of this method has type 'TwitterListener'.
AsyncTwitter.updateStatusAsync ( String status, TwitterListener listener ):
2nd parameter 'listener' of this method has type 'TwitterListener'.
TwitterListener.blocked ( User p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.created ( User p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.createdBlock ( User p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.createdFavorite ( Status p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.createdFriendship ( User p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.deletedDirectMessage ( DirectMessage p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.destroyed ( User p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.destroyedBlock ( User p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.destroyedDirectMessage ( DirectMessage p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.destroyedFavorite ( Status p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.destroyedFriendship ( User p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.destroyedStatus ( Status p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.disabledNotification ( User p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.enabledNotification ( User p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.followed ( User p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotDirectMessages ( java.util.List p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotDowntimeSchedule ( String p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotExists ( boolean p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotExistsFriendship ( boolean p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotFavorites ( java.util.List p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotFeatured ( java.util.List p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotFollowers ( java.util.List p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotFollowersIDs ( IDs p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotFriends ( java.util.List p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotFriendsIDs ( IDs p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotFriendsTimeline ( java.util.List p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotMentions ( java.util.List p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotPublicTimeline ( java.util.List p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotRateLimitStatus ( RateLimitStatus p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotReplies ( java.util.List p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotSentDirectMessages ( java.util.List p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotShow ( Status p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotShowStatus ( Status p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotUserDetail ( ExtendedUser p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.gotUserTimeline ( java.util.List p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.left ( User p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.onException ( TwitterException p1, int p2 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.searched ( QueryResult p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.sentDirectMessage ( DirectMessage p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.tested ( boolean p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.unblocked ( User p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.updated ( Status p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.updatedDeliverlyDevice ( User p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.updatedLocation ( User p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.updatedProfileColors ( ExtendedUser p1 ):
This abstract method is from 'TwitterListener' interface.
TwitterListener.updatedStatus ( Status p1 ):
This abstract method is from 'TwitterListener' interface.
to the top
Problems with Data Types, Low risk (5)
twitter4j-2.0.1.jar
package twitter4j
[+] AsyncTwitter (5)
|
Field CURRENT_TRENDS has been added to this class. | A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to CURRENT_TRENDS is ambiguous. |
Field DAILY_TRENDS has been added to this class. | A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to DAILY_TRENDS is ambiguous. |
Field TRENDS has been added to this class. | A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to TRENDS is ambiguous. |
Field UPDATE_PROFILE has been added to this class. | A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to UPDATE_PROFILE is ambiguous. |
Field WEEKLY_TRENDS has been added to this class. | A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to WEEKLY_TRENDS is ambiguous. |
[+] affected methods (146)
AsyncTwitter.AsyncTwitter ( String id, String password ):
This constructor is from 'AsyncTwitter' class.
AsyncTwitter.AsyncTwitter ( String id, String password, String baseURL ):
This constructor is from 'AsyncTwitter' class.
AsyncTwitter.blockAsync ( String id ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.createAsync ( String id ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.createAsync ( String id, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.createBlockAsync ( String id ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.createBlockAsync ( String id, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.createFavoriteAsync ( int id ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.createFavoriteAsync ( int id, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.createFavoriteAsync ( long id ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.createFavoriteAsync ( long id, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.createFriendshipAsync ( String id ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.createFriendshipAsync ( String id, boolean follow, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.createFriendshipAsync ( String id, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.deleteDirectMessageAsync ( int id, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.destoryStatusAsync ( int statusId ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.destoryStatusAsync ( int statusId, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.destroyAsync ( String id ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.destroyAsync ( String id, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.destroyBlockAsync ( String id ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.destroyBlockAsync ( String id, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.destroyDirectMessageAsync ( int id ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.destroyDirectMessageAsync ( int id, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.destroyFavoriteAsync ( int id ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.destroyFavoriteAsync ( int id, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.destroyFavoriteAsync ( long id ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.destroyFavoriteAsync ( long id, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.destroyFriendshipAsync ( String id ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.destroyFriendshipAsync ( String id, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.destroyStatusAsync ( int statusId ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.destroyStatusAsync ( int statusId, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.destroyStatusAsync ( long statusId ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.destroyStatusAsync ( long statusId, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.disableNotificationAsync ( String id ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.disableNotificationAsync ( String id, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.enableNotificationAsync ( String id ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.enableNotificationAsync ( String id, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.existsAsync ( String userA, String userB, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.existsFriendshipAsync ( String userA, String userB, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.favoritesAsync ( int page, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.favoritesAsync ( String id, int page, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.favoritesAsync ( String id, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.favoritesAsync ( TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.followAsync ( String id ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.followAsync ( String id, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getAuthenticatedUserAsync ( TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getDirectMessagesAsync ( int sinceId, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getDirectMessagesAsync ( java.util.Date since, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getDirectMessagesAsync ( Paging paging, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getDirectMessagesAsync ( TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getDirectMessagesByPageAsync ( int page, int sinceId, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getDirectMessagesByPageAsync ( int page, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getDowntimeScheduleAsync ( ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFavoritesAsync ( int page, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFavoritesAsync ( String id, int page, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFavoritesAsync ( String id, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFavoritesAsync ( TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFeaturedAsync ( TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFollowersAsync ( int page, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFollowersAsync ( String id, int page, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFollowersAsync ( String id, Paging paging, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFollowersAsync ( String id, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFollowersAsync ( Paging paging, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFollowersAsync ( TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFollowersIDsAsync ( int userId, Paging paging, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFollowersIDsAsync ( int userId, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFollowersIDsAsync ( String screenName, Paging paging, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFollowersIDsAsync ( String screenName, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFollowersIDsAsync ( Paging paging, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFollowersIDsAsync ( TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFriendsAsync ( int page, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFriendsAsync ( String id, int page, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFriendsAsync ( String id, Paging paging, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFriendsAsync ( String id, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFriendsAsync ( Paging paging, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFriendsAsync ( TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFriendsIDsAsync ( int userId, Paging paging, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFriendsIDsAsync ( int userId, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFriendsIDsAsync ( String screenName, Paging paging, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFriendsIDsAsync ( String screenName, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFriendsIDsAsync ( Paging paging, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFriendsIDsAsync ( TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFriendsTimelineAsync ( int page, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFriendsTimelineAsync ( java.util.Date since, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFriendsTimelineAsync ( long sinceId, int page, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFriendsTimelineAsync ( long sinceId, String id, int page, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFriendsTimelineAsync ( long sinceId, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFriendsTimelineAsync ( String id, int page, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFriendsTimelineAsync ( String id, java.util.Date since, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFriendsTimelineAsync ( String id, long sinceId, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFriendsTimelineAsync ( String id, Paging paging, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFriendsTimelineAsync ( String id, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFriendsTimelineAsync ( Paging paging, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFriendsTimelineAsync ( TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFriendsTimelineByPageAsync ( int page, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getFriendsTimelineByPageAsync ( String id, int page, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getMentionsAsync ( Paging paging, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getMentionsAsync ( TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getPublicTimelineAsync ( int sinceID, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getPublicTimelineAsync ( TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getRepliesAsync ( int page, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getRepliesAsync ( long sinceId, int page, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getRepliesAsync ( long sinceId, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getRepliesAsync ( TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getRepliesByPageAsync ( int page, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getSentDirectMessagesAsync ( int page, int sinceId, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getSentDirectMessagesAsync ( int sinceId, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getSentDirectMessagesAsync ( java.util.Date since, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getSentDirectMessagesAsync ( Paging paging, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getSentDirectMessagesAsync ( TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getUserDetailAsync ( String id, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getUserTimelineAsync ( int count, java.util.Date since, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getUserTimelineAsync ( int count, long sinceId, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getUserTimelineAsync ( long sinceId, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getUserTimelineAsync ( String id, int count, java.util.Date since, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getUserTimelineAsync ( String id, int count, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getUserTimelineAsync ( String id, int page, long sinceId, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getUserTimelineAsync ( String id, java.util.Date since, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getUserTimelineAsync ( String id, long sinceId, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getUserTimelineAsync ( String id, Paging paging, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getUserTimelineAsync ( String id, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getUserTimelineAsync ( Paging paging, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.getUserTimelineAsync ( TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.leaveAsync ( String id ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.leaveAsync ( String id, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.rateLimitStatusAsync ( TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.searchAcync ( Query query, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.sendDirectMessageAsync ( String id, String text ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.sendDirectMessageAsync ( String id, String text, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.showAsync ( int id, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.showAsync ( long id, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.showStatusAsync ( long id, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.testAsync ( ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.unblockAsync ( String id ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.updateAsync ( String status ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.updateAsync ( String status, long inReplyToStatusId ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.updateAsync ( String status, long inReplyToStatusId, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.updateAsync ( String status, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.updateDeliverlyDeviceAsync ( Twitter.Device device, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.updateLocationAsync ( String location, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.updateProfileColorsAsync ( String profileBackgroundColor, String profileTextColor, String profileLinkColor, String profileSidebarFillColor, String profileSidebarBorderColor ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.updateProfileColorsAsync ( String profileBackgroundColor, String profileTextColor, String profileLinkColor, String profileSidebarFillColor, String profileSidebarBorderColor, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.updateStatusAsync ( String status ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.updateStatusAsync ( String status, long inReplyToStatusId ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.updateStatusAsync ( String status, long inReplyToStatusId, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
AsyncTwitter.updateStatusAsync ( String status, TwitterListener listener ):
This method is from 'AsyncTwitter' class.
to the top
Java ARchives (1)
twitter4j-2.0.1.jar
to the top
Classes (47)
package twitter4j
AsyncTwitter
AsyncTwitter.AsyncTask
DirectMessage
Dispatcher
ExecuteThread
ExtendedUser
IDs
Paging
Query
QueryResult
RateLimitStatus
Status
Tweet
Twitter
Twitter.Device
TwitterAdapter
TwitterException
TwitterListener
TwitterResponse
User
UserWithStatus
package twitter4j.http
AccessToken
BASE64Encoder
HTMLEntity
HttpClient
OAuth
OAuthToken
PostParameter
RequestToken
Response
package twitter4j.org.json
CDL
Cookie
CookieList
HTTP
HTTPTokener
JSONArray
JSONException
JSONML
JSONObject
JSONObject.Null
JSONString
JSONStringer
JSONTokener
JSONWriter
Test
XML
XMLTokener
to the top
Generated on Fri Mar 4 22:20:41 2011 for Twitter4J by Java API Compliance Checker 1.0
The cross-platform tool for verifying backward compatibility of a Java Library API