| 属性 | 定义方 | ||
|---|---|---|---|
| currentTime : uint [只读-属性] | ScheduleObject | ||
| 方法 | 定义方 | ||
|---|---|---|---|
| ScheduleObject | |||
register(handle:Function, delay:int, duration:int, list:Array):int | ScheduleObject | ||
remove(timeID:int):void | ScheduleObject | ||
| 方法 | 定义方 | ||
|---|---|---|---|
handleList():void | ScheduleObject | ||
| currentTime | 属性 |
currentTime:uint [只读-属性] public function get currentTime():uint| ScheduleObject | () | 构造函数 |
public function ScheduleObject()| handleList | () | 方法 |
protected function handleList():void| register | () | 方法 |
public function register(handle:Function, delay:int, duration:int, list:Array):int参数
handle:Function | |
delay:int | |
duration:int | |
list:Array |
int |
| remove | () | 方法 |
public function remove(timeID:int):void参数
timeID:int |