PrintCancelProc Class Documentation

classPrintCancelProc

Namespace:com::datalogics::PDFL

Detailed Description

Print cancellation callback function, a class used to cancel print operations. A PrintCancelProc() is typically passed to some method that takes a long time to complete. At frequent intervals, the method calls the PrintCancelProc().

If the PrintCancelProc() returns true, the method cancels its operation; if the PrintCancelProc() returns false, the method continues.

Referenced by

Constructor & Destructor Documentation

PrintCancelProc

PrintCancelProc()

Print cancellation callback function, a class used to cancel print operations. A PrintCancelProc() is typically passed to some method that takes a long time to complete. At frequent intervals, the method calls the PrintCancelProc().

If the PrintCancelProc() returns true, the method cancels its operation; if the PrintCancelProc() returns false, the method continues.

Member Function Documentation

Call

booleanCall()

Returns:

boolean

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