public interface IReportEvent
Modifier and Type | Field and Description |
---|---|
static int |
ON_CREATE_EVENT |
static int |
ON_PAGEBREAK_EVENT |
static int |
ON_PREPARE_EVENT |
static int |
ON_RENDER_EVENT |
Modifier and Type | Method and Description |
---|---|
IReportEventContext |
getContext() |
int |
getEventType() |
org.eclipse.birt.report.model.api.DesignElementHandle |
getHandle() |
static final int ON_PREPARE_EVENT
static final int ON_CREATE_EVENT
static final int ON_RENDER_EVENT
static final int ON_PAGEBREAK_EVENT
int getEventType()
org.eclipse.birt.report.model.api.DesignElementHandle getHandle()
IReportEventContext getContext()
Copyright © 2008 Actuate Corp. All rights reserved.