Package com.wowza.wms.util.crontab
Interface ICrontabEventHandler
- 
 public interface ICrontabEventHandlerEventHandler 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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonCronEvent(CrontabEvent event)
 
- 
- 
- 
Method Detail- 
onCronEventvoid onCronEvent(CrontabEvent event) 
 
- 
 
-