Generated by
JDiff

Interface twitter4j.TwitterListener

Removed Methods
void gotFollowersStatuses(PagableResponseList<User>)  
void gotFriendsStatuses(PagableResponseList<User>)  
void gotFriendsTimeline(ResponseList<Status>)  
void gotNearByPlaces(ResponseList<Place>)  
void gotPublicTimeline(ResponseList<Status>)  
void gotTrends(Trends) @since Twitter4J 2.0.2
 

Removed Fields
TwitterMethod CURRENT_TRENDS  
TwitterMethod FOLLOWERS_STATUSES  
TwitterMethod FRIENDS_STATUSES  
TwitterMethod FRIENDS_TIMELINE @deprecated use .HOME_TIMELINE instead
TwitterMethod NEAR_BY_PLACES  
TwitterMethod PUBLIC_TIMELINE  
TwitterMethod TRENDS