Creates an event for the current class.
function createEvent( $name )
Determine whether the given event exists.
function hasEvent( $name )
Determine if thereare any handlers for the given event.
function hasHandlers( $name )
Raises the given event name for this class.
function raiseEvent( $name )
Registers a handler for an event of this class.
function registerEventHandler( $type, $name, $func )
Registers a static handler for an event of this class.
function registerStaticEventHandler( $type, $name, $func )