diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-02-09 08:44:30 -0500 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-02-09 08:44:30 -0500 |
commit | f4e8cc6d9f88e78876baa54d0ffba77694c56a1b (patch) | |
tree | 1e55ae6a5724be020d1d39f729c4433f369c87e8 /EVENTS.txt | |
parent | 5d246299b630c55d98cc03eeb650561defbeeff4 (diff) |
Add InitializePlugin and CleanupPlugin events
We add two events to allow plugins to initialize and cleanup.
Diffstat (limited to 'EVENTS.txt')
-rw-r--r-- | EVENTS.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/EVENTS.txt b/EVENTS.txt index 68e25fa3b..4b8260b3c 100644 --- a/EVENTS.txt +++ b/EVENTS.txt @@ -1,3 +1,8 @@ +InitializePlugin: a chance to initialize a plugin in a complete + environment + +CleanupPlugin: a chance to cleanup a plugin at the end of a program + StartPrimaryNav: Showing the primary nav menu - $action: the current action |