Generated by
JDiff

Interface twitter4j.TwitterListener

Added Methods
void gotAPIConfiguration(TwitterAPIConfiguration)  
void gotLanguages(ResponseList<Language>)  
void updatedAccountSettings(AccountSettings) @param settings account settings
 

Changed Methods
void gotDailyTrends(ResponseList<Trends>) Change in signature from List<Trends> to ResponseList<Trends>.
@since Twitter4J 2.0.2
void gotWeeklyTrends(ResponseList<Trends>) Change in signature from List<Trends> to ResponseList<Trends>.
@since Twitter4J 2.0.2
 

Added Fields
TwitterMethod CONFIGURATION  
TwitterMethod LANGUAGES  
TwitterMethod UPDATE_ACCOUNT_SETTINGS  
 

Changed Fields
TwitterMethod FRIENDS_TIMELINE Now deprecated.
use {@link #HOME_TIMELINE} instead