Uses of Interface
net.esper.timer.TimerCallback

Packages that use TimerCallback
net.esper.core Implementation of client package interfaces, glue code 
net.esper.timer Supplies internal clocking triggering execution of schedule callbacks in a scheduling service 
 

Uses of TimerCallback in net.esper.core
 

Classes in net.esper.core that implement TimerCallback
 class EPRuntimeImpl
          Implements runtime interface.
 

Uses of TimerCallback in net.esper.timer
 

Methods in net.esper.timer with parameters of type TimerCallback
 void TimerServiceImpl.setCallback(TimerCallback timerCallback)
           
 void TimerService.setCallback(TimerCallback timerCallback)
          Set the callback method to invoke for clock ticks.