Package net.esper.timer

Supplies internal clocking triggering execution of schedule callbacks in a scheduling service

See:
          Description

Interface Summary
TimerCallback Callback interface for a time provider that triggers at scheduled intervals.
TimerService Service interface for repeated callbacks at regular intervals.
 

Class Summary
TimerServiceImpl Implementation of the internal clocking service interface.
TimerServiceProvider Static factory for implementations of the TimerService interface.
 

Package net.esper.timer Description

Supplies internal clocking triggering execution of schedule callbacks in a scheduling service