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