Interface TimeScheduler.Task

All Superinterfaces:
Runnable
Enclosing class:
TimeScheduler

public static interface TimeScheduler.Task extends Runnable
The interface that submitted tasks must implement
Version:
$Id: TimeScheduler.java,v 1.23.4.4 2008/06/19 15:36:28 vlada Exp $
Author:
Bela Ban
  • Method Summary

    Modifier and Type
    Method
    Description
    long
     

    Methods inherited from interface Runnable

    run
  • Method Details

    • nextInterval

      long nextInterval()
      Returns:
      the next schedule interval. If invalid input: '<'= 0 the task will not be re-scheduled