Community
Participate
Working Groups
{
JAVA_FUNTION_MAP.put( ms[i].getName( ), ms[i] );
}
// do the same for the extended chart events
Method[] ems = SecurityUtil.getMethods( IExtendedChartEventsHandler.class );
for ( int i = 0; i < ems.length; i++ )
JAVA_FUNTION_MAP.put( ems[i].getName( ), ems[i] );
/**
package org.eclipse.birt.chart.script;
import org.eclipse.birt.chart.model.Chart;
public interface IExtendedChartEventsHandler {
void beforeComputations( Chart cm, Object oComputations );