Execution Scheduler
(PHP 7, UI 2.0.0)
简介
This facility schedules repetitive execution of a callback, useful for animations and other such activities.
类摘要
abstract UI\Executor {
/* Constructor */
/* 方法 */
}
Table of Contents
- UI\Executor::__construct — Construct a new Executor
- UI\Executor::kill — Stop Executor
- UI\Executor::onExecute — Execution Callback
- UI\Executor::setInterval — Interval Manipulation