List of usage examples for twitter4j TwitterMethod FOLLOWERS_LIST
TwitterMethod FOLLOWERS_LIST
To view the source code for twitter4j TwitterMethod FOLLOWERS_LIST.
Click Source Link
From source file:com.marpies.ane.twitter.functions.GetFollowersFunction.java
License:Apache License
@Override public void onException(TwitterException te, TwitterMethod method) { if (method == TwitterMethod.FOLLOWERS_LIST) { AIR.dispatchEvent(AIRTwitterEvent.USERS_QUERY_ERROR, StringUtils.getEventErrorJSON(mCallbackID, te.getMessage())); }/* ww w .j ava 2 s . co m*/ }