public static interface AStream.IListen
etc. for pull-based notification.| Modifier and Type | Method and Description |
|---|---|
boolean |
processEvent(TwitterEvent event) |
boolean |
processSystemEvent(java.lang.Object[] obj) |
boolean |
processTweet(Twitter.ITweet tweet) |
boolean processEvent(TwitterEvent event) throws java.lang.Exception
event - java.lang.Exceptionboolean processSystemEvent(java.lang.Object[] obj)
throws java.lang.Exception
obj - Miscellaneous Twitter messages, such as limits & deletesjava.lang.Exceptionboolean processTweet(Twitter.ITweet tweet) throws java.lang.Exception
tweet - java.lang.Exception