Trees | Indices | Help |
---|
|
extern.log.log.Loggable --+ | Scheduler
I provide notifications when events start and end. I use a eventcalendar.Calendar for scheduling.
|
|||
|
|||
eventcalendar.Calendar |
|
||
|
|||
|
|||
|
|||
int |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
datetime.timedelta
|
windowSize = datetime.timedelta(1) how much time to look ahead when scheduling |
||
Inherited from |
|
Set the given calendar to use for scheduling. This function will send start notifications for all new events that should currently be in progress, if they were not registered in the old calendar or if there was no old calendar. If the scheduler previously had a calendar, it will send end notifications for all events currently in progress that are not in the new calendar.
|
Clean up all resources used by this scheduler. This cancels all pending scheduling calls. |
Subscribe to event happenings in the scheduler.
|
Unsubscribe from event happenings in the scheduler.
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Tue Aug 13 06:17:01 2013 | http://epydoc.sourceforge.net |