|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
An indication that a report has changed. This event class is intended to be generic enough to handle any type of change.
ReportListener| Nested Class Summary | |
static interface |
ReportEvent.ElementChange
The details of how a report element changed. |
| Method Summary | |
ReportEvent.ElementChange |
getChange(Element element)
Returns the details of how the specified element changed. |
Report |
getReport()
Returns the report to which this event applies. |
java.util.Set |
getSourceElements()
Returns the set of report elements for which this event applies. |
| Method Detail |
public Report getReport()
public java.util.Set getSourceElements()
public ReportEvent.ElementChange getChange(Element element)
element - element for which to fetch the change
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||