Package org.jfree.report.event
Class ReportProgressEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.jfree.report.event.ReportProgressEvent
-
- All Implemented Interfaces:
java.io.Serializable
public class ReportProgressEvent extends java.util.EventObject
Creation-Date: 15.11.2006, 21:02:25- Author:
- Thomas Morgner
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
COMPUTING_LAYOUT
static int
GENERATING_CONTENT
static int
PAGINATING
static int
PRECOMPUTING_VALUES
-
Constructor Summary
Constructors Constructor Description ReportProgressEvent(java.lang.Object source, int activity, int row, int page)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getActivity()
int
getPage()
int
getRow()
-
-
-
Field Detail
-
COMPUTING_LAYOUT
public static final int COMPUTING_LAYOUT
- See Also:
- Constant Field Values
-
PRECOMPUTING_VALUES
public static final int PRECOMPUTING_VALUES
- See Also:
- Constant Field Values
-
PAGINATING
public static final int PAGINATING
- See Also:
- Constant Field Values
-
GENERATING_CONTENT
public static final int GENERATING_CONTENT
- See Also:
- Constant Field Values
-
-