Package org.eclipse.birt.report.engine.api.script.eventadapter
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
-
ClassesClassDescriptionDefault (empty) implementation of the IAutoTextEventHandler interfaceDefault (empty) implementation of the ICellEventHandler interfaceDefault (empty) implementation of the IDataItemEventHandler interfaceDefault (empty) implementation of the IDataSetEventHandler interfaceDefault (empty) implementation of the IDataSourceEventHandler interfaceDefault (empty) implementation of the IDynamicTextEventHandler interfaceDefault (empty) implementation of the IGridEventHandler interfaceDefault (empty) implementation of the IImageEventHandler interfaceDefault (empty) implementation of the ILabelEventHandler interfaceDefault (empty) implementation of the IListEventHandler interfaceDefault (empty) implementation of the IReportEventHandler interfaceDefault (empty) implementation of the ITableDetailRowEventHandler interfaceDefault (empty) implementation of the IScriptedDataSetEventHandler interfaceDefault (empty) implementation of the IScriptedDataSourceEventHandler interfaceDefault (empty) implementation of the ITableEventHandler interfaceDefault (empty) implementation of the ITextItemEventHandler interface