Example usage for twitter4j TwitterMethod FOLLOWERS_LIST

List of usage examples for twitter4j TwitterMethod FOLLOWERS_LIST

Introduction

In this page you can find the example usage for twitter4j TwitterMethod FOLLOWERS_LIST.

Prototype

TwitterMethod FOLLOWERS_LIST

To view the source code for twitter4j TwitterMethod FOLLOWERS_LIST.

Click Source Link

Usage

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*/
}