Generated by
JDiff

Package twitter4j

Added Classes and Interfaces
ConnectionLifeCycleListener @author Yusuke Yamamoto - yusuke at mac.com
ProfileImage @author Yusuke Yamamoto - yusuke at mac.com
ProfileImage.ImageSize  
SimilarPlaces @author Yusuke Yamamoto - yusuke at mac.com
SimilarPlacesImpl @author Yusuke Yamamoto - yusuke at mac.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.
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.
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.
User A data interface representing Basic user information element