|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPrintProgressListener
Method Summary | |
---|---|
void |
printingCancelled(IReportSource reportSource)
Reports that the printing of the report has been cancelled. |
void |
printingComplete(IReportSource reportSource)
Reports that the printing of the report has completed. |
void |
printingProgress(IReportSource reportSource,
int pageN,
float percentageDone)
Reports the approximate degree of completion of the printing of the report. |
void |
printingStarted(IReportSource reportSource)
Reports that the printing of the report has started. |
Method Detail |
---|
void printingStarted(IReportSource reportSource)
reportSource
- the report being printed.void printingProgress(IReportSource reportSource, int pageN, float percentageDone)
reportSource
- the report being printed.pageN
- the current page number.percentageDone
- a value between 0 and 100.void printingCancelled(IReportSource reportSource)
reportSource
- the report being printed.void printingComplete(IReportSource reportSource)
reportSource
- the report being printed.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |