Package org.jzy3d.chart.controllers
Interface RateLimiter
-
- All Known Implementing Classes:
RateLimiterAdaptsToRenderTime,RateLimiterByMilisecond
public interface RateLimiter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanrateLimitCheck()Return true if the rate-limited action can be performed, false if it should be bypassed.
-