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