Generated by
JDiff

Class twitter4j.TwitterStream

The superclass changed from twitter4j.TwitterSupport to twitter4j.TwitterBase.
Added interface java.io.Serializable.

Changed Constructors
TwitterStream(String, String) Now deprecated.
use new TwitterStreamFactory.getInstance() instead.
TwitterStream(String, String, StatusListener) Now deprecated.
use new TwitterStreamFactory.getInstance() instead.
TwitterStream(void) Now deprecated.
use new TwitterStreamFactory.getInstance() instead.
 

Removed Methods
void birddog(int, int[]) Starts listening on public statuses from a specified set of users, by ID.
void follow(int[]) See birddog above.
void gardenhose() Starts listening on a percentage of all public statuses, suitable for data mining and research applications that require a statistically significant sample.
StatusStream getBirddogStream(int, int[]) Returns a status stream for public statuses from a specified set of users, by ID.
StatusStream getFollowStream(int[]) See birddog above.
StatusStream getGardenhoseStream() Returns a status stream for a percentage of all public statuses, suitable for data mining and research applications that require a statistically significant sample.
StatusStream getShadowStream(int, int[]) See birddog above.
StatusStream getSpritzerStream() Returns a status stream for a percentage of all public statuses, suitable for small projects that don't require a statistically significant sample.
StatusListener getStatusListener()  
StatusStream getTrackStream(String[]) @see #getTrackStream(String[])
void shadow(int, int[]) See birddog above.
void spritzer() Starts listening on a percentage of all public statuses, suitable for small projects that don't require a statistically significant sample.
void track(String[]) Returns public statuses that contain at least one of the specified keywords.