twitter4j
Interface StreamImplementation

All Known Subinterfaces:
StatusStream, UserStream
All Known Implementing Classes:
SiteStreamsImpl, StatusStreamImpl, UserStreamImpl

interface StreamImplementation

Since:
Twitter4J 2.1.8
Author:
Yusuke Yamamoto - yusuke at mac.com

Method Summary
 void close()
           
 void next(StreamListener[] listeners)
           
 void onException(java.lang.Exception ex)
           
 

Method Detail

next

void next(StreamListener[] listeners)
          throws TwitterException
Throws:
TwitterException

close

void close()
           throws java.io.IOException
Throws:
java.io.IOException

onException

void onException(java.lang.Exception ex)