Module event :: Class ShutdownEvent
[show private | hide private]
[frames | no frames]

Class ShutdownEvent

Event --+
        |
       ShutdownEvent


This calls sys.exit(0) which will trigger the Python atexit stuff.
Method Summary
  __init__(self)
Initialize.
  __str__(self)
This allows us to print out event objects for debugging purposes. (inherited from Event)
  enqueue(self)
This enqueues this event into the event queue. (inherited from Event)
  execute(self)
Execute the shutdown.

Method Details

__init__(self)
(Constructor)

Initialize.

execute(self)

Execute the shutdown.

Generated by Epydoc 1.1 on Mon Apr 28 21:11:25 2003 http://epydoc.sf.net