public interface StatusStream
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
next(StatusListener listener)
Reads next status from this stream.
|
void next(StatusListener listener) throws TwitterException
listener
- a StatusListener implementationTwitterException
- when the end of the stream has been reached.IllegalStateException
- when the end of the stream had been reached.void close() throws IOException
IOException
Copyright © 2013. All Rights Reserved.