NAME

PurpleWiki::View::EventHandler - Event handlers for View drivers

DESCRIPTION

This is a generic module for serializing a PurpleWiki::Tree. It assigns a pre, main, and post event for all node types, both structural and inline. These events are meant to be overridden by the actual view drivers. See these drivers for an example of how to use EventHandler.

Eventually, we plan on converting this module into a base class from which all view drivers inherit. There would be a method for each event, and view drivers would simply override these methods.

AUTHORS

Chris Dent, <cdent@blueoxen.org>

Eugene Eric Kim, <eekim@blueoxen.org>