| Home | Trees | Index | Help |
|
|---|
| Package driver :: Module event :: Class HookEvent |
|
Event --+
|
HookEvent
| Method Summary | |
|---|---|
Initializes the HookEvent. | |
String representing the event. | |
Execute. | |
| Inherited from Event | |
| |
Enqueues the current Event in the engine's event queue for later execution. | |
| Method Details |
|---|
__init__(self,
hookname,
args)
Initializes the HookEvent.
|
__str__(self)
String representing the event. This is useful for verbose mode where
we log all the events we've handled.
|
execute(self, my_engine)Execute.
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.0 on Wed Jan 21 21:00:06 2004 | http://epydoc.sf.net |