public static interface TickTimer.TickListener
监听定时器的增量事件。
该接口可用于自定义定时器的操作。
修饰符和类型 | 方法 | 描述 |
---|---|---|
void | onTickTimerUpdate(TickTimer tickTimer) | 通知计时器的总计数已增加。 |
void onTickTimerUpdate(TickTimer tickTimer)
通知计时器的总计数已增加。
当计时器的总计数增加时,您必须重写此方法以提供通知回调。
参数:
参数名称 | 参数描述 |
---|---|
tickTimer | 指示要监听的计时器对象。 |
Clockjava.lang.Object |---ohos.agp.components.Component |---|---ohos.agp.components.Text |---|---|---ohos.agp.components...
Component.EstimateSpecjava.lang.Object |---ohos.agp.components.Component.EstimateSpecpublic static class Component.Estim...
DependentLayout.LayoutConfigjava.lang.Object |---ohos.agp.components.ComponentContainer.LayoutConfig |---|---ohos.agp.co...
JOIN 运算符用于组合来自两个或多个关系的记录。在执行连接操作时,我们从每个关系中声明一个(或一组)元组作为key。 当这些key...
旧的MapReduce架构JobTracker: 负责资源管理,跟踪资源消耗和可用性,作业生命周期管理(调度作业任务,跟踪进度,为任务提供容...