xlang v4.0 Release
程序设计语言基础库文档
载入中...
搜索中...
未找到
Public 成员函数 | 包函数
Timer类 参考

定时器类 更多...

Public 成员函数

包函数

详细描述

定时器类

在文件 BuiltinObjects.x944 行定义.

构造及析构函数说明

◆ Timer() [1/2]

void Timer ( )

◆ Timer() [2/2]

Timer ( )
package

构造函数

成员函数说明

◆ cancel() [1/2]

void cancel ( )

◆ cancel() [2/2]

void cancel ( )
package

取消定时任务

◆ finalize()

void finalize ( )

◆ schedule() [1/4]

void schedule ( TimerTask  task,
int  period 
)
package

安排定时任务

参数
task定时器任务
参见
TimerTask
参数
period定时器触发间隔
异常
NullPointerException空指针异常

◆ schedule() [2/4]

void schedule ( TimerTask  task,
int  period,
int  count 
)
package

安排定时任务

参数
task定时器任务
参见
TimerTask
参数
period定时器触发间隔
count出发次数 -1无限触发
异常
NullPointerException空指针异常

◆ schedule() [3/4]

bool schedule ( TimerTask  ,
int   
) throws IllegalArgumentException

◆ schedule() [4/4]

bool schedule ( TimerTask  ,
int  ,
int   
) throws IllegalArgumentException