Uses of Class
com.wowza.wms.util.crontab.CrontabEvent
-
Packages that use CrontabEvent Package Description com.wowza.wms.livestreamrecord.model com.wowza.wms.util.crontab -
-
Uses of CrontabEvent in com.wowza.wms.livestreamrecord.model
Methods in com.wowza.wms.livestreamrecord.model that return CrontabEvent Modifier and Type Method Description CrontabEvent
ILiveStreamRecord. getSegmentSchedule()
Deprecated. -
Uses of CrontabEvent in com.wowza.wms.util.crontab
Methods in com.wowza.wms.util.crontab with parameters of type CrontabEvent Modifier and Type Method Description int
CrontabEvent. compareTo(CrontabEvent o)
Allows CronEvents to be sorted via Java Sort Class.void
ICrontabEventHandler. onCronEvent(CrontabEvent event)
-