net.spy.cron
Class SimpleTimeIncrement

java.lang.Object
  extended bynet.spy.cron.TimeIncrement
      extended bynet.spy.cron.SimpleTimeIncrement

public class SimpleTimeIncrement
extends TimeIncrement

A simple time increment implemenation.


Constructor Summary
SimpleTimeIncrement(int ms)
          Get an instance of SimpleTimeIncrement.
 
Methods inherited from class net.spy.cron.TimeIncrement
nextDate, setField, setIncrement, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SimpleTimeIncrement

public SimpleTimeIncrement(int ms)
Get an instance of SimpleTimeIncrement.

Parameters:
ms - The number of milliseconds to sleep.