twitter4j.examples
Class AsyncUpdate

java.lang.Object
  extended by twitter4j.examples.AsyncUpdate

public class AsyncUpdate
extends java.lang.Object

This is a code example of Twitter4J async API.
Usage: java twitter4j.examples.AsyncUpdate TwitterID TwitterPassword text

Author:
Yusuke Yamamoto - yusuke at mac.com

Field Summary
(package private) static java.lang.Object lock
          Main entry for this application.
 
Constructor Summary
AsyncUpdate()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lock

static java.lang.Object lock
Main entry for this application.

Constructor Detail

AsyncUpdate

public AsyncUpdate()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.InterruptedException
Throws:
java.lang.InterruptedException