public class TwitterStatusListener extends Object implements twitter4j.StatusListener
| Modifier and Type | Method and Description |
|---|---|
void |
onDeletionNotice(twitter4j.StatusDeletionNotice statusDeletionNotice) |
void |
onException(Exception ex) |
void |
onScrubGeo(long userId,
long upToStatusId) |
void |
onStallWarning(twitter4j.StallWarning warning) |
void |
onStatus(twitter4j.Status status) |
void |
onTrackLimitationNotice(int numberOfLimitedStatuses) |
void |
pause() |
void |
resume() |
public void onStatus(twitter4j.Status status)
onStatus in interface twitter4j.StatusListenerpublic void onDeletionNotice(twitter4j.StatusDeletionNotice statusDeletionNotice)
onDeletionNotice in interface twitter4j.StatusListenerpublic void onTrackLimitationNotice(int numberOfLimitedStatuses)
onTrackLimitationNotice in interface twitter4j.StatusListenerpublic void onScrubGeo(long userId,
long upToStatusId)
onScrubGeo in interface twitter4j.StatusListenerpublic void onStallWarning(twitter4j.StallWarning warning)
onStallWarning in interface twitter4j.StatusListenerpublic void onException(Exception ex)
public void pause()
public void resume()
Copyright © 2019 WSO2. All rights reserved.