org.jfree.report.event |
The report events in this package is used to inform the report's functions of the current state of the
report.
The typical event sequence for a report
- PageStarted
- ReportStarted
- GroupStarted*
- ItemsStarted
- ItemsAdvanced*
- ItemsFinished
- GroupFinished
- ReportFinished
- PageFinished
|
Java Source File Name | Type | Comment |
LayoutEvent.java | Class | The LayoutEvent describes the current report state and the current band, which had been
laid out for printing. |
LayoutListener.java | Interface | Adds layout notification support for functions. |
PageEventListener.java | Interface | The PageEventListener gets informed of PageEvents.
This is an extracted interface of the original ReportEventListener. |
PrepareEventListener.java | Interface | An interface for receiving notification of prepare events. |
ReportEvent.java | Class | Represents a report event. |
ReportListener.java | Interface | ReportListeners get informed whenever the state of a report changes. |
ReportProgressEvent.java | Class | |
ReportProgressListener.java | Interface | |