|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttwitter4j.AsyncTwitterImpl.AsyncTask
abstract class AsyncTwitterImpl.AsyncTask
Field Summary | |
---|---|
(package private) java.util.List<TwitterListener> |
listeners
|
(package private) TwitterMethod |
method
|
Constructor Summary | |
---|---|
AsyncTwitterImpl.AsyncTask(TwitterMethod method,
java.util.List<TwitterListener> listeners)
|
Method Summary | |
---|---|
(package private) abstract void |
invoke(java.util.List<TwitterListener> listeners)
|
void |
run()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
java.util.List<TwitterListener> listeners
TwitterMethod method
Constructor Detail |
---|
AsyncTwitterImpl.AsyncTask(TwitterMethod method, java.util.List<TwitterListener> listeners)
Method Detail |
---|
abstract void invoke(java.util.List<TwitterListener> listeners) throws TwitterException
TwitterException
public void run()
run
in interface java.lang.Runnable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |