Php/docs/class.ui-executor

提供:Dev Guides
< Php
2020年12月14日 (月) 11:38時点におけるNotes (トーク | 投稿記録)による版 (autoload)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先:案内検索

(UI 2.0.0)

はじめに

This facility schedules repetitive execution of a callback, useful for animations and other such activities.


クラス概要


abstract UI\Executor {

/* Constructor */

public __construct ( )

public __construct ( int $microseconds )

public __construct ( int $seconds , int $microseconds )

/* メソッド */

public kill ( ) : void

abstract protected onExecute ( ) : void

public setInterval ( int $microseconds ) : bool

public setInterval ( int $seconds , int $microseconds ) : bool

}

目次