Valescom Java API

Package com.valescom.support.timer.java

The Timer package enables execution of tasks in the future.

See:
          Description

Class Summary
OneShotTimer Responsibility: Performing a task once, at a certain time in the future.
PeriodicTimer Responsibility: Performing a task periodically.
Timer Responsibility: Providing an abstract base class for OneShotTimer and PeriodicTimer.
 

Package com.valescom.support.timer.java Description

The Timer package enables execution of tasks in the future.

A task is scheduled for one-time execution or for repeated execution at regular intervals.

Design Rules

 

Valescom Java API

Copyright 1998, 2003 - Valescom