类 FixedDelayTask

    • 构造器详细资料

      • FixedDelayTask

        public FixedDelayTask​(Runnable runnable,
                              long interval,
                              long initialDelay)
        Create a new FixedDelayTask.
        参数:
        runnable - the underlying task to execute
        interval - how often in milliseconds the task should be executed
        initialDelay - the initial delay before first execution of the task