Package twitter4j.v1
Interface RateLimitStatusListener
public interface RateLimitStatusListener
-
Method Summary
Modifier and TypeMethodDescriptionvoidCalled when the account or IP address is hitting the rate limit.
onRateLimitStatus will be also called before this event.voidCalled when the response contains rate limit status.
-
Method Details
-
onRateLimitStatus
Called when the response contains rate limit status.- Parameters:
event- rate limit status event.
-
onRateLimitReached
Called when the account or IP address is hitting the rate limit.
onRateLimitStatus will be also called before this event.- Parameters:
event- rate limit status event.
-