PrintProgressProc Class Documentation

classPrintProgressProc

Namespace: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: int
total: int
stagePercent: float
info: String
stage: PrintProgressStage

Returns:

void

DisposeChildren

voidDisposeChildren()

Returns:

void

[static initializer]

static void[static initializer]()

delete

synchronized voiddelete(Booleandisposing)

Parameters

disposing: Boolean

Returns:

synchronized void

delete

synchronized voiddelete()

Returns:

synchronized void

finalize

voidfinalize()

Returns:

void