Generated by
JDiff

Package twitter4j

Removed Classes
Device @author Joern Huxhorn - jhuxhorn at googlemail.com
TimeSpanUtil @author Joern Huxhorn - jhuxhorn at googlemail.com
 

Added Classes and Interfaces
AccountSettings @author Yusuke Yamamoto - yusuke at mac.com
AccountTotals @author Yusuke Yamamoto - yusuke at mac.com
Annotation A data class representing an Annotation of a Status or a Tweet
Annotations A data class representing the Annotations of a Status or a Tweet
ConnectionLifeCycleListener @author Yusuke Yamamoto - yusuke at mac.com
Friendship @author Yusuke Yamamoto - yusuke at mac.com
HashtagEntity A data interface representing one single Hashtag entity.
ProfileImage @author Yusuke Yamamoto - yusuke at mac.com
ProfileImage.ImageSize  
RelatedResults @author Mocel - mocel at guma.jp
SimilarPlaces @author Yusuke Yamamoto - yusuke at mac.com
SimilarPlacesImpl @author Yusuke Yamamoto - yusuke at mac.com
SiteStreamsAdapter @author Yusuke Yamamoto - yusuke at mac.com
SiteStreamsListener @author Yusuke Yamamoto - yusuke at mac.com
StatusAdapter @author Rémy Rakic at gmail.com
URLEntity A data interface representing one single URL entity.
UserMentionEntity A data interface representing one single user mention entity.
UserStream @author Yusuke Yamamoto - yusuke at mac.com
UserStreamAdapter @author Rémy Rakic at gmail.com
UserStreamListener @author Rémy Rakic at gmail.com
 

Changed Classes and Interfaces
AsyncTwitter Twitter API with a series of asynchronous APIs.
With this class, you can call TwitterAPI asynchronously.
Note that currently this class is NOT compatible with Google App Engine as it is maintaining threads internally.
Currently this class is not carefully designed to be extended.
AsyncTwitterFactory A factory class for AsyncTwitter.
An instance of this class is completely thread safe and can be re-used and used concurrently.
Note that currently AsyncTwitter is NOT compatible with Google App Engine as it is maintaining threads internally.
Category @author Yusuke Yamamoto - yusuke at mac.com
DirectMessage A data interface representing sent/received direct message.
FilterQuery @author Yusuke Yamamoto - yusuke at mac.com
PagableResponseList ResponseList with cursor support.
Query A data class represents search query.
An instance of this class is NOT thread safe.
Instances can be shared across threads, but should not be mutated while a search is ongoing.
ResponseList List of TwitterResponse.
Status A data interface representing one single status of a user.
StatusListener @author Yusuke Yamamoto - yusuke at mac.com
StatusStream @author Yusuke Yamamoto - yusuke at mac.com
StatusUpdate @author Yusuke Yamamoto - yusuke at mac.com
Tweet A data class representing a Tweet in the search response
Twitter A java representation of the Twitter API
This class is thread safe and can be cached/re-used and used concurrently.
Currently this class is not carefully designed to be extended.
TwitterAdapter A handy adapter of TwitterListener.
TwitterException An exception class that will be thrown when TwitterAPI calls are failed.
In case the Twitter server returned HTTP error code, you can get the HTTP status code using getStatusCode() method.
TwitterFactory A factory class for Twitter.
TwitterListener A listner for receiving asynchronous responses from Twitter Async APIs.
TwitterMethod @author Yusuke Yamamoto - yusuke at mac.com
TwitterStream A java representation of the Streaming API: Methods
Note that this class is NOT compatible with Google App Engine as GAE is not capable of handling requests longer than 30 seconds.
TwitterStreamFactory A factory class for TwitterFactory.
An instance of this class is completely thread safe and can be re-used and used concurrently.
Note that TwitterStream is NOT compatible with Google App Engine as GAE is not capable of handling requests longer than 30 seconds.
User A data interface representing Basic user information element
UserList A data interface representing Basic list information element