This extension point specifies how to process java events. In a server environment, the plugin registry uses this extension point registration to discover supported report event hander extensions. 2.3 The following is a sample usage of the reportEventHandler extension point: <p> <pre> <extension point="org.eclipse.birt.report.engine.reportEventHandler" name="chart event handler extension"> <reportItem name="org.eclipse.birt.chart" class="an event hanndler implementation from org.eclipse.birt.report.engine.extension.IReportEventHandler" /> </extension> </pre> </p> [Enter API information here.] [Enter information about supplied implementation of this extension point.] Copyright (c) 2008 Actuate Corporation. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html<br><br> Contributors: Actuate Corporation - initial API and implementation