Uses of Interface
net.esper.schedule.ScheduleHandleCallback

Packages that use ScheduleHandleCallback
net.esper.core Implementation of client package interfaces, glue code 
net.esper.eql.db Database SQL polling views and caches 
net.esper.pattern.guard Pattern guards that can define the lifetime of a pattern 
net.esper.pattern.observer Pattern observer classes the observe timer events 
 

Uses of ScheduleHandleCallback in net.esper.core
 

Methods in net.esper.core that return ScheduleHandleCallback
 ScheduleHandleCallback EPStatementHandleCallback.getScheduleCallback()
          Returns the statement schedule callback, or null if this is a filter callback handle.
 

Constructors in net.esper.core with parameters of type ScheduleHandleCallback
EPStatementHandleCallback(EPStatementHandle epStatementHandle, ScheduleHandleCallback callback)
          Ctor.
 

Uses of ScheduleHandleCallback in net.esper.eql.db
 

Classes in net.esper.eql.db that implement ScheduleHandleCallback
 class DataCacheExpiringImpl
          Implements an expiry-time cache that evicts data when data becomes stale after a given number of seconds.
 

Uses of ScheduleHandleCallback in net.esper.pattern.guard
 

Classes in net.esper.pattern.guard that implement ScheduleHandleCallback
 class TimerWithinGuard
          Guard implementation that keeps a timer instance and quits when the timer expired, letting all MatchedEventMap instances pass until then.
 

Uses of ScheduleHandleCallback in net.esper.pattern.observer
 

Classes in net.esper.pattern.observer that implement ScheduleHandleCallback
 class TimerAtObserver
          Observer implementation for indicating that a certain time arrived, similar to "crontab".
 class TimerIntervalObserver
          Observer that will wait a certain interval before indicating true (raising an event).