Uses of Interface
twitter4j.TwitterListener

Packages that use TwitterListener
twitter4j   
 

Uses of TwitterListener in twitter4j
 

Classes in twitter4j that implement TwitterListener
 class TwitterAdapter
          A handy adapter of TwitterListener.
 

Methods in twitter4j with parameters of type TwitterListener
 void AsyncTwitter.createAsync(java.lang.String id, TwitterListener listener)
          Deprecated. Use createFriendshipAsync(String id, TwitterListener listener) instead
 void AsyncTwitter.createBlockAsync(java.lang.String id, TwitterListener listener)
          Blocks the user specified in the ID parameter as the authenticating user.
 void AsyncTwitter.createFavoriteAsync(int id, TwitterListener listener)
          Deprecated. Use createFavoriteAsync(long id, TwitterListener listener) instead.
 void AsyncTwitter.createFavoriteAsync(long id, TwitterListener listener)
          Favorites the status specified in the ID parameter as the authenticating user.
 void AsyncTwitter.createFriendshipAsync(java.lang.String id, boolean follow, TwitterListener listener)
          Befriends the user specified in the ID parameter as the authenticating user.
 void AsyncTwitter.createFriendshipAsync(java.lang.String id, TwitterListener listener)
          Befriends the user specified in the ID parameter as the authenticating user.
 void AsyncTwitter.deleteDirectMessageAsync(int id, TwitterListener listener)
          Deprecated. Use destroyDirectMessageAsync(int id, TwitterListener listener) instead
 void AsyncTwitter.destoryStatusAsync(int statusId, TwitterListener listener)
          Deprecated. Use destroyStatusAsync(long statuId) instead.
 void AsyncTwitter.destroyAsync(java.lang.String id, TwitterListener listener)
          Deprecated. Use destroyFriendshipAsync(String id, TwitterListener listener) instead
 void AsyncTwitter.destroyBlockAsync(java.lang.String id, TwitterListener listener)
          Un-blocks the user specified in the ID parameter as the authenticating user.
 void AsyncTwitter.destroyDirectMessageAsync(int id, TwitterListener listener)
          Delete specified direct message
This method calls http://twitter.com/direct_messages/destroy
 void AsyncTwitter.destroyFavoriteAsync(int id, TwitterListener listener)
          Deprecated. Use destroyFavoriteAsync(long id, TwitterListener listener) instead.
 void AsyncTwitter.destroyFavoriteAsync(long id, TwitterListener listener)
          Favorites the status specified in the ID parameter as the authenticating user.
 void AsyncTwitter.destroyFriendshipAsync(java.lang.String id, TwitterListener listener)
          Discontinues friendship with the specified in the ID parameter as the authenticating user.
 void AsyncTwitter.destroyStatusAsync(int statusId, TwitterListener listener)
          Deprecated. Use destroyStatusAsync(long statuId) instead.
 void AsyncTwitter.destroyStatusAsync(long statusId, TwitterListener listener)
          Destroys the status specified by the required ID parameter.
 void AsyncTwitter.disableNotificationAsync(java.lang.String id, TwitterListener listener)
          Disables notifications for updates from the specified user to the authenticating user.
 void AsyncTwitter.enableNotificationAsync(java.lang.String id, TwitterListener listener)
          Enables notifications for updates from the specified user to the authenticating user.
 void AsyncTwitter.existsAsync(java.lang.String userA, java.lang.String userB, TwitterListener listener)
          Deprecated. existsFriendshipAsync(String user_a, String user_b, TwitterListener listener)
 void AsyncTwitter.existsBlockAsync(java.lang.String id, TwitterListener listener)
          Tests if a friendship exists between two users.
 void AsyncTwitter.existsFriendshipAsync(java.lang.String userA, java.lang.String userB, TwitterListener listener)
          Tests if a friendship exists between two users.
 void AsyncTwitter.favoritesAsync(int page, TwitterListener listener)
          Deprecated. Use getFavoritesAsync(int page, TwitterListener listener) instead
 void AsyncTwitter.favoritesAsync(java.lang.String id, int page, TwitterListener listener)
          Deprecated. Use getFavoritesAsync(String id,int page, TwitterListener listener) instead
 void AsyncTwitter.favoritesAsync(java.lang.String id, TwitterListener listener)
          Deprecated. Use getFavoritesAsync(String id,TwitterListener listener) instead
 void AsyncTwitter.favoritesAsync(TwitterListener listener)
          Deprecated. Use getFavoritesAsync(TwitterListener listener) instead
 void AsyncTwitter.followAsync(java.lang.String id, TwitterListener listener)
          Deprecated. Use enableNotificationAsync(String id, TwitterListener listener) instead
 void AsyncTwitter.getAuthenticatedUserAsync(TwitterListener listener)
          Retrieves extended information of the authenticated user.
 void AsyncTwitter.getBlockingUsersAsync(int page, TwitterListener listener)
          Returns a list of user objects that the authenticating user is blocking.
 void AsyncTwitter.getBlockingUsersAsync(TwitterListener listener)
          Returns a list of user objects that the authenticating user is blocking.
 void AsyncTwitter.getBlockingUsersIDsAsync(TwitterListener listener)
          Returns an array of numeric user ids the authenticating user is blocking.
 void AsyncTwitter.getCurrentTrendsAsync(boolean excludeHashTags, TwitterListener listener)
          Returns the current top 10 trending topics on Twitter.
 void AsyncTwitter.getCurrentTrendsAsync(TwitterListener listener)
          Returns the current top 10 trending topics on Twitter.
 void AsyncTwitter.getDailyTrendsAsync(java.util.Date date, boolean excludeHashTags, TwitterListener listener)
          Returns the top 20 trending topics for each hour in a given day.
 void AsyncTwitter.getDailyTrendsAsync(TwitterListener listener)
          Returns the top 20 trending topics for each hour in a given day.
 void AsyncTwitter.getDirectMessagesAsync(java.util.Date since, TwitterListener listener)
          Deprecated. using long sinceId is suggested.
 void AsyncTwitter.getDirectMessagesAsync(int sinceId, TwitterListener listener)
          Deprecated. Use getDirectMessagesAsync(Paging paging, TwitterListener listener) instead
 void AsyncTwitter.getDirectMessagesAsync(Paging paging, TwitterListener listener)
          Returns a list of the direct messages sent to the authenticating user.
 void AsyncTwitter.getDirectMessagesAsync(TwitterListener listener)
          Returns a list of the direct messages sent to the authenticating user.
 void AsyncTwitter.getDirectMessagesByPageAsync(int page, int sinceId, TwitterListener listener)
          Deprecated. Use getDirectMessagesAsync(Paging paging, TwitterListener listener) instead
 void AsyncTwitter.getDirectMessagesByPageAsync(int page, TwitterListener listener)
          Deprecated. Use getDirectMessagesAsync(Paging paging, TwitterListener listener) instead
 void AsyncTwitter.getFavoritesAsync(int page, TwitterListener listener)
          Returns the 20 most recent favorite statuses for the authenticating user or user specified by the ID parameter in the requested format.
 void AsyncTwitter.getFavoritesAsync(java.lang.String id, int page, TwitterListener listener)
          Returns the 20 most recent favorite statuses for the authenticating user or user specified by the ID parameter in the requested format.
 void AsyncTwitter.getFavoritesAsync(java.lang.String id, TwitterListener listener)
          Returns the 20 most recent favorite statuses for the authenticating user or user specified by the ID parameter in the requested format.
 void AsyncTwitter.getFavoritesAsync(TwitterListener listener)
          Returns the 20 most recent favorite statuses for the authenticating user or user specified by the ID parameter in the requested format.
 void AsyncTwitter.getFeaturedAsync(TwitterListener listener)
          Returns a list of the users currently featured on the site with their current statuses inline.
 void AsyncTwitter.getFollowersAsync(int page, TwitterListener listener)
          Deprecated. Use getFollowersStatusesAsync(Paging paging, TwitterListener listener) instead
 void AsyncTwitter.getFollowersAsync(Paging paging, TwitterListener listener)
          Returns the authenticating user's followers, each with current status inline.
 void AsyncTwitter.getFollowersAsync(java.lang.String id, int page, TwitterListener listener)
          Deprecated. Use getFollowersStatusesAsync(String id, Paging paging, TwitterListener listener) instead
 void AsyncTwitter.getFollowersAsync(java.lang.String id, Paging paging, TwitterListener listener)
          Deprecated. use getFollowersStatusesAsync(id, paging, listener) instead
 void AsyncTwitter.getFollowersAsync(java.lang.String id, TwitterListener listener)
          Deprecated. use getFollowersStatusesAsync(id, listener) instead
 void AsyncTwitter.getFollowersAsync(TwitterListener listener)
          Deprecated. use getFollowersStatusesAsync(listener)
 void AsyncTwitter.getFollowersIDsAsync(int userId, long cursor, TwitterListener listener)
          Returns an array of numeric IDs for every user the specified user is followed by.
 void AsyncTwitter.getFollowersIDsAsync(int userId, Paging paging, TwitterListener listener)
          Deprecated. use getFollowersIDsAsync(int userId, long cursor, TwitterListener listener) instead
 void AsyncTwitter.getFollowersIDsAsync(int userId, TwitterListener listener)
          Returns an array of numeric IDs for every user the specified user is followed by.
 void AsyncTwitter.getFollowersIDsAsync(long cursor, TwitterListener listener)
          Returns an array of numeric IDs for every user the specified user is followed by.
 void AsyncTwitter.getFollowersIDsAsync(Paging paging, TwitterListener listener)
          Deprecated. use getFollowersIDsAsync(long cursor, TwitterListener listener) instead
 void AsyncTwitter.getFollowersIDsAsync(java.lang.String screenName, long cursor, TwitterListener listener)
          Returns an array of numeric IDs for every user the specified user is followed by.
 void AsyncTwitter.getFollowersIDsAsync(java.lang.String screenName, Paging paging, TwitterListener listener)
          Deprecated. use getFollowersIDsAsync(String screenName, long cursor, TwitterListener listener) instead
 void AsyncTwitter.getFollowersIDsAsync(java.lang.String screenName, TwitterListener listener)
          Returns an array of numeric IDs for every user the specified user is followed by.
 void AsyncTwitter.getFollowersIDsAsync(TwitterListener listener)
          Returns an array of numeric IDs for every user the specified user is followed by.
 void AsyncTwitter.getFollowersStatusesAsync(Paging paging, TwitterListener listener)
          Returns the authenticating user's followers, each with current status inline.
 void AsyncTwitter.getFollowersStatusesAsync(java.lang.String id, Paging paging, TwitterListener listener)
          Returns the authenticating user's followers, each with current status inline.
 void AsyncTwitter.getFollowersStatusesAsync(java.lang.String id, TwitterListener listener)
          Returns the authenticating user's followers, each with current status inline.
 void AsyncTwitter.getFollowersStatusesAsync(TwitterListener listener)
          Returns the authenticating user's followers, each with current status inline.
 void AsyncTwitter.getFriendsAsync(int page, TwitterListener listener)
          Deprecated. Use getFriendsStatusesAsync(Paging paging,TwitterListener listener) instead
 void AsyncTwitter.getFriendsAsync(Paging paging, TwitterListener listener)
          Deprecated. use getFriendsStatusesAsync(paging,listener) instead
 void AsyncTwitter.getFriendsAsync(java.lang.String id, int page, TwitterListener listener)
          Deprecated. Use getFriendsStatusesAsync(String id, Paging paging, TwitterListener listener) instead
 void AsyncTwitter.getFriendsAsync(java.lang.String id, Paging paging, TwitterListener listener)
          Deprecated. use getFriendsStatusesAsync(id, paging, listener) instead
 void AsyncTwitter.getFriendsAsync(java.lang.String id, TwitterListener listener)
          Deprecated. use getFriendsStatusesAsync(id, listener) instead
 void AsyncTwitter.getFriendsAsync(TwitterListener listener)
          Deprecated. use getFriendsStatusesAsync(listener)
 void AsyncTwitter.getFriendsIDsAsync(int userId, long cursor, TwitterListener listener)
          Returns an array of numeric IDs for every user the specified user is following.
 void AsyncTwitter.getFriendsIDsAsync(int userId, Paging paging, TwitterListener listener)
          Deprecated. use getFriendsIDsAsync(int userId, long cursor, TwitterListener listener) instead
 void AsyncTwitter.getFriendsIDsAsync(int userId, TwitterListener listener)
          Returns an array of numeric IDs for every user the specified user is following.
 void AsyncTwitter.getFriendsIDsAsync(long cursor, TwitterListener listener)
          Returns an array of numeric IDs for every user the authenticating user is following.
 void AsyncTwitter.getFriendsIDsAsync(Paging paging, TwitterListener listener)
          Deprecated. use getFriendsIDsAsync(long cursor, TwitterListener listener) instead
 void AsyncTwitter.getFriendsIDsAsync(java.lang.String screenName, long cursor, TwitterListener listener)
          Returns an array of numeric IDs for every user the specified user is following.
 void AsyncTwitter.getFriendsIDsAsync(java.lang.String screenName, Paging paging, TwitterListener listener)
          Deprecated. use getFriendsIDsAsync(String screenName, long cursor, TwitterListener listener) instead
 void AsyncTwitter.getFriendsIDsAsync(java.lang.String screenName, TwitterListener listener)
          Returns an array of numeric IDs for every user the specified user is following.
 void AsyncTwitter.getFriendsIDsAsync(TwitterListener listener)
          Returns an array of numeric IDs for every user the authenticating user is following.
 void AsyncTwitter.getFriendsStatusesAsync(Paging paging, TwitterListener listener)
          Returns the specified user's friends, each with current status inline.
 void AsyncTwitter.getFriendsStatusesAsync(java.lang.String id, Paging paging, TwitterListener listener)
          Returns the user's friends, each with current status inline.
 void AsyncTwitter.getFriendsStatusesAsync(java.lang.String id, TwitterListener listener)
          Returns the user's friends, each with current status inline.
 void AsyncTwitter.getFriendsStatusesAsync(TwitterListener listener)
          Returns the specified user's friends, each with current status inline.
 void AsyncTwitter.getFriendsTimelineAsync(java.util.Date since, TwitterListener listener)
          Deprecated. Use getFriendsTimelineAsync(String id, Paging paging, TwitterListener listener) instead
 void AsyncTwitter.getFriendsTimelineAsync(int page, TwitterListener listener)
          Deprecated. Use getFriendsTimelineAsync(Paging paging, TwitterListener listener) instead
 void AsyncTwitter.getFriendsTimelineAsync(long sinceId, int page, TwitterListener listener)
          Deprecated. Use getFriendsTimelineAsync(Paging paging, TwitterListener listener) instead
 void AsyncTwitter.getFriendsTimelineAsync(long sinceId, java.lang.String id, int page, TwitterListener listener)
          Deprecated. The Twitter API does not support this method anymore.
 void AsyncTwitter.getFriendsTimelineAsync(long sinceId, TwitterListener listener)
          Deprecated. Use getFriendsTimelineAsync(Paging paging, TwitterListener listener) instead
 void AsyncTwitter.getFriendsTimelineAsync(Paging paging, TwitterListener listener)
          Returns the 20 most recent statuses posted in the last 24 hours from the authenticating user and that user's friends.
 void AsyncTwitter.getFriendsTimelineAsync(java.lang.String id, java.util.Date since, TwitterListener listener)
          Deprecated. The Twitter API does not support this method anymore.
 void AsyncTwitter.getFriendsTimelineAsync(java.lang.String id, int page, TwitterListener listener)
          Deprecated. The Twitter API does not support this method anymore.
 void AsyncTwitter.getFriendsTimelineAsync(java.lang.String id, long sinceId, TwitterListener listener)
          Deprecated. The Twitter API does not support this method anymore.
 void AsyncTwitter.getFriendsTimelineAsync(java.lang.String id, Paging paging, TwitterListener listener)
          Deprecated. The Twitter API does not support this method anymore.
 void AsyncTwitter.getFriendsTimelineAsync(java.lang.String id, TwitterListener listener)
          Deprecated. The Twitter API does not support this method anymore.
 void AsyncTwitter.getFriendsTimelineAsync(TwitterListener listener)
          Returns the 20 most recent statuses posted in the last 24 hours from the authenticating user and that user's friends.
 void AsyncTwitter.getFriendsTimelineByPageAsync(int page, TwitterListener listener)
          Deprecated. Use getFriendsTimelineAsync(Paging paging, TwitterListener listener) instead
 void AsyncTwitter.getFriendsTimelineByPageAsync(java.lang.String id, int page, TwitterListener listener)
          Deprecated. The Twitter API does not support this method anymore.
 void AsyncTwitter.getHomeTimelineAsync(Paging paging, TwitterListener listener)
          Returns the 20 most recent statuses, including retweets, posted by the authenticating user and that user's friends.
 void AsyncTwitter.getHomeTimelineAsync(TwitterListener listener)
          Returns the 20 most recent statuses, including retweets, posted by the authenticating user and that user's friends.
 void AsyncTwitter.getMentionsAsync(Paging paging, TwitterListener listener)
          Returns the 20 most recent replies (status updates prefixed with @username) to the authenticating user.
 void AsyncTwitter.getMentionsAsync(TwitterListener listener)
          Returns the 20 most recent replies (status updates prefixed with @username) to the authenticating user.
 void AsyncTwitter.getPublicTimelineAsync(int sinceID, TwitterListener listener)
          Deprecated. use getpublicTimelineAsync(long sinceID, TwitterListener listener)
 void AsyncTwitter.getPublicTimelineAsync(long sinceID, TwitterListener listener)
          Returns only public statuses with an ID greater than (that is, more recent than) the specified ID.
 void AsyncTwitter.getPublicTimelineAsync(TwitterListener listener)
          
This method calls http://twitter.com/statuses/public_timeline Returns the 20 most recent statuses from non-protected users who have set a custom user icon.
 void AsyncTwitter.getRepliesAsync(int page, TwitterListener listener)
          Deprecated. Use getMentionsAsync(Paging paging, TwitterListener listener) instead
 void AsyncTwitter.getRepliesAsync(long sinceId, int page, TwitterListener listener)
          Deprecated. Use getMentionsAsync(Paging paging, TwitterListener listener) instead
 void AsyncTwitter.getRepliesAsync(long sinceId, TwitterListener listener)
          Deprecated. Use getMentionsAsync(Paging paging, TwitterListener listener) instead
 void AsyncTwitter.getRepliesAsync(TwitterListener listener)
          Deprecated. Use getMentionsAsync(TwitterListener listener) instead
 void AsyncTwitter.getRepliesByPageAsync(int page, TwitterListener listener)
          Deprecated. Use getMentionsAsync(Paging paging, TwitterListener listener) instead
 void AsyncTwitter.getRetweetedByMeAsync(Paging paging, TwitterListener listener)
          Returns the 20 most recent retweets posted by the authenticating user.
 void AsyncTwitter.getRetweetedByMeAsync(TwitterListener listener)
          Returns the 20 most recent retweets posted by the authenticating user.
 void AsyncTwitter.getRetweetedToMeAsync(Paging paging, TwitterListener listener)
          Returns the 20 most recent retweets posted by the authenticating user's friends.
 void AsyncTwitter.getRetweetedToMeAsync(TwitterListener listener)
          Returns the 20 most recent retweets posted by the authenticating user's friends.
 void AsyncTwitter.getRetweetsOfMeAsync(Paging paging, TwitterListener listener)
          Returns the 20 most recent tweets of the authenticated user that have been retweeted by others.
 void AsyncTwitter.getRetweetsOfMeAsync(TwitterListener listener)
          Returns the 20 most recent tweets of the authenticated user that have been retweeted by others.
 void AsyncTwitter.getSentDirectMessagesAsync(java.util.Date since, TwitterListener listener)
          Deprecated. using long sinceId is suggested.
 void AsyncTwitter.getSentDirectMessagesAsync(int page, int sinceId, TwitterListener listener)
          Deprecated. Use getSentDirectMessagesAsync(Paging paging, TwitterListener listener) instead
 void AsyncTwitter.getSentDirectMessagesAsync(int sinceId, TwitterListener listener)
          Deprecated. Use getSentDirectMessagesAsync(Paging paging, TwitterListener listener) instead
 void AsyncTwitter.getSentDirectMessagesAsync(Paging paging, TwitterListener listener)
          Returns a list of the direct messages sent by the authenticating user.
 void AsyncTwitter.getSentDirectMessagesAsync(TwitterListener listener)
          Returns a list of the direct messages sent by the authenticating user.
 void AsyncTwitter.getTrendsAsync(TwitterListener listener)
          Returns the top ten topics that are currently trending on Twitter.
 void AsyncTwitter.getUserDetailAsync(java.lang.String id, TwitterListener listener)
          Deprecated. use showUserAsync(id,listener) instead
 void AsyncTwitter.getUserTimelineAsync(int count, java.util.Date since, TwitterListener listener)
          Deprecated. using long sinceId is suggested.
 void AsyncTwitter.getUserTimelineAsync(int count, long sinceId, TwitterListener listener)
          Deprecated. Use getUserTimelineAsync(Paging paging, TwitterListener listener) instead
 void AsyncTwitter.getUserTimelineAsync(long sinceId, TwitterListener listener)
          Deprecated. Use getUserTimelineAsync(Paging paging, TwitterListener listener) instead
 void AsyncTwitter.getUserTimelineAsync(Paging paging, TwitterListener listener)
          Returns the most recent statuses posted in the last 24 hours from the specified user id.
 void AsyncTwitter.getUserTimelineAsync(java.lang.String id, java.util.Date since, TwitterListener listener)
          Deprecated. using long sinceId is suggested.
 void AsyncTwitter.getUserTimelineAsync(java.lang.String id, int count, java.util.Date since, TwitterListener listener)
          Deprecated. using long sinceId is suggested.
 void AsyncTwitter.getUserTimelineAsync(java.lang.String id, int page, long sinceId, TwitterListener listener)
          Deprecated. Use getUserTimelineAsync(String id, Paging paging, TwitterListener listener) instead
 void AsyncTwitter.getUserTimelineAsync(java.lang.String id, int count, TwitterListener listener)
          Deprecated. Use getUserTimelineAsync(String id, Paging paging, TwitterListener listener) instead
 void AsyncTwitter.getUserTimelineAsync(java.lang.String id, long sinceId, TwitterListener listener)
          Deprecated. Use getUserTimelineAsync(String id, Paging paging, TwitterListener listener) instead
 void AsyncTwitter.getUserTimelineAsync(java.lang.String id, Paging paging, TwitterListener listener)
          Returns the most recent statuses posted in the last 24 hours from the specified user id.
 void AsyncTwitter.getUserTimelineAsync(java.lang.String id, TwitterListener listener)
          Returns the most recent statuses posted in the last 24 hours from the specified user id.
 void AsyncTwitter.getUserTimelineAsync(TwitterListener listener)
          Returns the most recent statuses posted in the last 24 hours from the authenticating user.
 void AsyncTwitter.getWeeklyTrendsAsync(java.util.Date date, boolean excludeHashTags, TwitterListener listener)
          Returns the top 30 trending topics for each day in a given week.
 void AsyncTwitter.getWeeklyTrendsAsync(TwitterListener listener)
          Returns the top 30 trending topics for each day in a given week.
 void AsyncTwitter.leaveAsync(java.lang.String id, TwitterListener listener)
          Deprecated. Use disableNotificationAsync(String id, TwitterListener listener) instead
 void AsyncTwitter.rateLimitStatusAsync(TwitterListener listener)
          Gets the remaining number of API requests available to the requesting user before the API limit is reached for the current hour.
 void AsyncTwitter.retweetStatusAsync(long statusId, TwitterListener listener)
          Retweets a tweet.
 void AsyncTwitter.searchAcync(Query query, TwitterListener listener)
          Returns tweets that match a specified query.
 void AsyncTwitter.sendDirectMessageAsync(java.lang.String id, java.lang.String text, TwitterListener listener)
          Sends a new direct message to the specified user from the authenticating user.
 void AsyncTwitter.showAsync(int id, TwitterListener listener)
          Deprecated. Use showAsync(long id) instead.
 void AsyncTwitter.showAsync(long id, TwitterListener listener)
          Deprecated. Use showStatusAsync(long id, TwitterListener listener) instead
 void AsyncTwitter.showStatusAsync(long id, TwitterListener listener)
          Returns a single status, specified by the id parameter.
 void AsyncTwitter.showUserAsync(java.lang.String id, TwitterListener listener)
          Retrieves extended information of a given user, specified by ID or screen name as per the required id parameter below.
 void AsyncTwitter.updateAsync(java.lang.String status, long inReplyToStatusId, TwitterListener listener)
          Deprecated. Use updateStatusAsync(String status, long inReplyToStatusId, TwitterListener listener) instead
 void AsyncTwitter.updateAsync(java.lang.String status, TwitterListener listener)
          Deprecated. Use updateStatusAsync(String status, TwitterListener listener) instead
 void AsyncTwitter.updateDeliverlyDeviceAsync(twitter4j.Twitter.Device device, TwitterListener listener)
          Sets which device Twitter delivers updates to for the authenticating user.
 void AsyncTwitter.updateLocationAsync(java.lang.String location, TwitterListener listener)
          Deprecated. Use updateProfileAsync(String name, String email, String url, String location, String description, TwitterListener listener) instead
 void AsyncTwitter.updateProfileAsync(java.lang.String name, java.lang.String email, java.lang.String url, java.lang.String location, java.lang.String description, TwitterListener listener)
          Sets values that users are able to set under the "Account" tab of their settings page.
 void AsyncTwitter.updateProfileColorsAsync(java.lang.String profileBackgroundColor, java.lang.String profileTextColor, java.lang.String profileLinkColor, java.lang.String profileSidebarFillColor, java.lang.String profileSidebarBorderColor, TwitterListener listener)
          Sets one or more hex values that control the color scheme of the authenticating user's profile page on twitter.com.
 void AsyncTwitter.updateStatusAsync(java.lang.String status, long inReplyToStatusId, TwitterListener listener)
          Updates the user's status asynchronously
This method calls http://twitter.com/statuses/update
 void AsyncTwitter.updateStatusAsync(java.lang.String status, TwitterListener listener)
          Updates the user's status asynchronously
This method calls http://twitter.com/statuses/update
 



Copyright © 2009. All Rights Reserved.