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. 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
-
Class Summary Class Description AutoTextEventAdapter Default (empty) implementation of the IAutoTextEventHandler interfaceCellEventAdapter Default (empty) implementation of the ICellEventHandler interfaceDataItemEventAdapter Default (empty) implementation of the IDataItemEventHandler interfaceDataSetEventAdapter Default (empty) implementation of the IDataSetEventHandler interfaceDataSourceEventAdapter Default (empty) implementation of the IDataSourceEventHandler interfaceDynamicTextEventAdapter Default (empty) implementation of the IDynamicTextEventHandler interfaceGridEventAdapter Default (empty) implementation of the IGridEventHandler interfaceImageEventAdapter Default (empty) implementation of the IImageEventHandler interfaceLabelEventAdapter Default (empty) implementation of the ILabelEventHandler interfaceListEventAdapter Default (empty) implementation of the IListEventHandler interfaceListGroupEventAdapter MasterPageEventAdapter ReportEventAdapter Default (empty) implementation of the IReportEventHandler interfaceRowEventAdapter Default (empty) implementation of the ITableDetailRowEventHandler interfaceScriptedDataSetEventAdapter Default (empty) implementation of the IScriptedDataSetEventHandler interfaceScriptedDataSourceEventAdapter Default (empty) implementation of the IScriptedDataSourceEventHandler interfaceTableEventAdapter Default (empty) implementation of the ITableEventHandler interfaceTableGroupEventAdapter TextItemEventAdapter Default (empty) implementation of the ITextItemEventHandler interface