public interface AutoThrottle
Periodic events are signaled by calling method invocation()
. This method returns true
at specified
time intervals. The implementation avoids the checking of the system time by approximating the invocation counts
required to reach the specified time interval.
Modifier and Type | Method and Description |
---|---|
boolean |
invocation()
Sign an invocation to query next throttled event.
|
long |
remainingDelay()
Remaining delay for intended display.
|