conditionaldelay.js
No description.

File Location

/goog/async/conditionaldelay.js

Classes

goog.async.ConditionalDelay
A ConditionalDelay object invokes the associated function after a specified interval delay and checks its return value. If the function returns true the conditional delay is cancelled and is called. Otherwise this object keeps to invoke the deferred function until either it returns true or the timeout is exceeded. In the latter case the method will be called. The interval duration and timeout can be specified each time the delay is started. Calling start on an active delay will reset the timer.

Directory async

File Reference