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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onCronEvent(CrontabEvent event)
-
-
-
Method Detail
-
onCronEvent
void onCronEvent(CrontabEvent event)
-
-