public class CancelProc
extends java.lang.Object
At periodic intervals, the method calls the CancelProc. If the CancelProc returns a "true" boolean value, the method cancels the operation. If CancelProc returns false, the method allows the operation to continue. For example, CancelProc could be used to allow a user to click a Cancel button to end a function.
| Constructor and Description |
|---|
CancelProc()
A callback function used to abort an operation.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Call() |
void |
delete() |
void |
swigReleaseOwnership() |
void |
swigTakeOwnership() |
public CancelProc()
At periodic intervals, the method calls the CancelProc. If the CancelProc returns a "true" boolean value, the method cancels the operation. If CancelProc returns false, the method allows the operation to continue. For example, CancelProc could be used to allow a user to click a Cancel button to end a function.