PrintProgressProc Class Documentation
classPrintProgressProcNamespace:com::datalogics::PDFL
Detailed Description
Print progress callback function, a class used to notify print client of the progress during print operations. A PrintProgressProc() is typically passed to some method that takes a long time to complete. At frequent intervals, the method calls the PrintProgressProc().
Referenced by
Constructor & Destructor Documentation
PrintProgressProc
PrintProgressProc()Print progress callback function, a class used to notify print client of the progress during print operations. A PrintProgressProc() is typically passed to some method that takes a long time to complete. At frequent intervals, the method calls the PrintProgressProc().
Member Function Documentation
Call
voidCall(intpage, inttotal, floatstagePercent, Stringinfo, PrintProgressStagestage)Parameters
page: inttotal: intstagePercent: floatinfo: Stringstage: PrintProgressStage
Returns:
voidDisposeChildren
voidDisposeChildren()Returns:
void[static initializer]
static void[static initializer]()delete
synchronized voiddelete(Booleandisposing)Parameters
disposing: Boolean
Returns:
synchronized voiddelete
synchronized voiddelete()Returns:
synchronized voidfinalize
voidfinalize()Returns:
void