PrintCancelProc Class Documentation
classPrintCancelProcNamespace: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:
booleanDisposeChildren
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