twitter4j
Interface StatusStream
public interface StatusStream
- Since:
- Twitter4J 2.0.4
- Author:
- Yusuke Yamamoto - yusuke at mac.com
next
void next(StatusListener listener)
throws TwitterException
- Reads next status from this stream.
- Parameters:
listener
- a StatusListener implementation
- Throws:
TwitterException
- when the end of the stream has been reached.
java.lang.IllegalStateException
- when the end of the stream had been reached.
close
void close()
throws java.io.IOException
- Throws:
java.io.IOException
next
void next(twitter4j.StreamListener[] listeners)
throws TwitterException
- Throws:
TwitterException
onException
void onException(java.lang.Exception ex)
Copyright © 2011. All Rights Reserved.