パッケージ twitter4j.v1
インタフェース RateLimitStatusListener
public interface RateLimitStatusListener
-
メソッドの概要
修飾子とタイプメソッド説明void
Called when the account or IP address is hitting the rate limit.
onRateLimitStatus will be also called before this event.void
Called when the response contains rate limit status.
-
メソッドの詳細
-
onRateLimitStatus
Called when the response contains rate limit status.- パラメータ:
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.- パラメータ:
event
- rate limit status event.
-