Generated by
JDiff

Class twitter4j.UserStreamAdapter

The superclass changed from java.lang.Object to twitter4j.StatusAdapter.

Removed Methods
void onUnfollow(User, User)  
void onUserListCreated(User, UserList)  
void onUserListDestroyed(User, UserList)  
void onUserListSubscribed(User, User, UserList)  
void onUserListUpdated(User, UserList)  
 

Added Methods
void onDeletionNotice(long, int)  
void onUserListCreation(User, UserList)  
void onUserListDeletion(User, UserList)  
void onUserListMemberAddition(User, User, UserList)  
void onUserListMemberDeletion(User, User, UserList)  
void onUserListSubscription(User, User, UserList)  
void onUserListUnsubscription(User, User, UserList)  
void onUserListUpdate(User, UserList)  
void onUserProfileUpdate(User)  
 

Changed Methods
void onStatus(Status) Method was locally defined, but is now inherited from StatusAdapter.