/**
  * Setup the event handler
  * @access 	Private
  * @return 	Void
  */
 private static function setupEventSystem()
 {
     self::$event = new JEEventHandler();
 }