Package org.eclipse.birt.report.engine.api.script.eventadapter

This package contains adapters for the event handler interfaces in org.eclipse.birt.report.engine.api.script.eventhandler.

See:
          Description

Class Summary
AutoTextEventAdapter Default (empty) implementation of the IAutoTextEventHandler interface
CellEventAdapter Default (empty) implementation of the ICellEventHandler interface
DataItemEventAdapter Default (empty) implementation of the IDataItemEventHandler interface
DataSetEventAdapter Default (empty) implementation of the IDataSetEventHandler interface
DataSourceEventAdapter Default (empty) implementation of the IDataSourceEventHandler interface
DynamicTextEventAdapter Default (empty) implementation of the IDynamicTextEventHandler interface
GridEventAdapter Default (empty) implementation of the IGridEventHandler interface
ImageEventAdapter Default (empty) implementation of the IImageEventHandler interface
LabelEventAdapter Default (empty) implementation of the ILabelEventHandler interface
ListEventAdapter Default (empty) implementation of the IListEventHandler interface
ListGroupEventAdapter  
ReportEventAdapter Default (empty) implementation of the IReportEventHandler interface
RowEventAdapter Default (empty) implementation of the ITableDetailRowEventHandler interface
ScriptedDataSetEventAdapter Default (empty) implementation of the IScriptedDataSetEventHandler interface
ScriptedDataSourceEventAdapter Default (empty) implementation of the IScriptedDataSourceEventHandler interface
TableEventAdapter Default (empty) implementation of the ITableEventHandler interface
TableGroupEventAdapter  
TextItemEventAdapter Default (empty) implementation of the ITextItemEventHandler interface
 

Package org.eclipse.birt.report.engine.api.script.eventadapter Description

This package contains adapters for the event handler interfaces in org.eclipse.birt.report.engine.api.script.eventhandler. The adapter classes are empty implementations of the event handler interfaces. Script developers are encouraged to extend the adapters rather than directly implementing the event handler interfaces. If the interfaces are changed, the implementing code won't break if the adapters are extended.

Package Specification

Default (empty) implementations of the event handler interfaces.

Since:
2.0


Copyright © 2008 Actuate Corp. All rights reserved.