Package org.jzy3d.chart.controllers
Interface RateLimiter
- All Known Implementing Classes:
RateLimiterAdaptsToRenderTime
,RateLimiterByMilisecond
public interface RateLimiter
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Return true if the rate-limited action can be performed, false if it should be bypassed.
-
Method Details
-
rateLimitCheck
boolean rateLimitCheck()Return true if the rate-limited action can be performed, false if it should be bypassed.- Returns:
-