Interface IReportEvent
- All Known Subinterfaces:
IOnCreateEvent
,IOnPrepareEvent
,IOnRenderEvent
public interface IReportEvent
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionint
org.eclipse.birt.report.model.api.DesignElementHandle
-
Field Details
-
ON_PREPARE_EVENT
static final int ON_PREPARE_EVENT- See Also:
-
ON_CREATE_EVENT
static final int ON_CREATE_EVENT- See Also:
-
ON_RENDER_EVENT
static final int ON_RENDER_EVENT- See Also:
-
ON_PAGEBREAK_EVENT
static final int ON_PAGEBREAK_EVENT- See Also:
-
-
Method Details
-
getEventType
int getEventType() -
getHandle
org.eclipse.birt.report.model.api.DesignElementHandle getHandle() -
getContext
IReportEventContext getContext()
-