Package com.wowza.wms.util.crontab
Interface ICrontabEventHandler
public interface ICrontabEventHandler
EventHandler functions are called from a Java timer task context and
therefore should execute very quickly so as not to delay
execution of subsequent timers. If there is heavy processing
which needs to take place, the implementation for these functions
should spawn a thread to do it.
-
Method Summary
-
Method Details
-
onCronEvent
-