Interface TimeScheduler.Task
- All Superinterfaces:
Runnable
- Enclosing class:
TimeScheduler
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
-
Method Details
-
nextInterval
long nextInterval()- Returns:
- the next schedule interval. If invalid input: '<'= 0 the task will not be re-scheduled
-