Example usage for twitter4j AsyncTwitter interface-usage

List of usage examples for twitter4j AsyncTwitter interface-usage

Introduction

In this page you can find the example usage for twitter4j AsyncTwitter interface-usage.

Usage

From source file net.nokok.twitduke.util.MockAsyncTwitter.java

public class MockAsyncTwitter implements AsyncTwitter {

    private static final long serialVersionUID = -2693773352392324621L;
    private final RuntimeException ex = new RuntimeException(
            new TwitterException("???"));