org.jfree.report.event
public class ReportProgressEvent extends EventObject
| Field Summary | |
|---|---|
| static int | COMPUTING_LAYOUT |
| static int | GENERATING_CONTENT |
| static int | PAGINATING |
| static int | PRECOMPUTING_VALUES |
| Constructor Summary | |
|---|---|
| ReportProgressEvent(Object source, int activity, int row, int page) | |
| Method Summary | |
|---|---|
| int | getActivity() |
| int | getPage() |
| int | getRow() |