|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface StatusListener
| Method Summary | |
|---|---|
void |
onDeletionNotice(twitter4j.StatusDeletionNotice statusDeletionNotice)
Called upon deletionNotice notices. |
void |
onException(Exception ex)
|
void |
onScrubGeo(long userId,
long upToStatusId)
Called upon location deletion messages. |
void |
onStatus(twitter4j.Status status)
|
void |
onTrackLimitationNotice(int numberOfLimitedStatuses)
This notice will be sent each time a limited stream becomes unlimited. If this number is high and or rapidly increasing, it is an indication that your predicate is too broad, and you should consider a predicate with higher selectivity. |
| Method Detail |
|---|
void onStatus(twitter4j.Status status)
void onDeletionNotice(twitter4j.StatusDeletionNotice statusDeletionNotice)
statusDeletionNotice - the deletionNotice noticevoid onTrackLimitationNotice(int numberOfLimitedStatuses)
numberOfLimitedStatuses - an enumeration of statuses that matched the track predicate but were administratively limited.
void onScrubGeo(long userId,
long upToStatusId)
userId - user idupToStatusId - up to status idvoid onException(Exception ex)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||