Uses of Interface
twitter4j.StatusListener

Packages that use StatusListener
twitter4j   
 

Uses of StatusListener in twitter4j
 

Methods in twitter4j with parameters of type StatusListener
 void StatusStream.next(StatusListener listener)
          Reads next status from this stream.
 void TwitterStream.setStatusListener(StatusListener statusListener)
           
 

Constructors in twitter4j with parameters of type StatusListener
TwitterStream(java.lang.String screenName, java.lang.String password, StatusListener listener)
          Deprecated. use new TwitterStreamFactory.getInstance() instead.
TwitterStreamFactory(Configuration conf, StatusListener listener)
          Creates a TwitterStreamFactory with the specified config and a listener.
TwitterStreamFactory(StatusListener listener)
          Creates a TwitterStreamFactory with the root configuration and a specified status listener.
TwitterStreamFactory(java.lang.String configTreePath, StatusListener listener)
          Creates a TwitterStreamFactory with a specified config tree and a listener.
 



Copyright © 2010. All Rights Reserved.