| Trees | Indices | Help |
|---|
|
|
extern.log.log.Loggable --+
|
Scheduler
I keep track of upcoming events.
I can provide notifications when events end and start, and maintain a set of current events.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
| Event |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
windowSize = datetime.timedelta(1)
|
|||
|
Inherited from |
|||
|
|||
Add a new event to the scheduler
|
Remove an event from the scheduler.
|
Get a list of current events.
|
Add a new list of events to the schedule.
|
Replace the set of events in the scheduler. This function is different than simply removing all events then adding new ones, because it tries to avoid spurious ended/started notifications.
|
Subscribe to event happenings in the scheduler. |
Unsubscribe from event happenings in the scheduler.
|
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Sat Jul 26 09:42:52 2008 | http://epydoc.sourceforge.net |