BBjControl::clearCallback
Description
In BBj 2.01 and higher, this method unregisters the callback routine for a specified event of the BBjControl.
Syntax
Return Value | Method |
---|---|
void | clearCallback(int eventType) |
Parameters
Parameter | Description |
---|---|
eventType | Event type for which the callback is to be unregistered. |
Return Value
None.
Remarks
An attempt to unregister a callback that has not been registered either through the CALLBACK verb, or through BBjControl::setCallback results in a runtime error.
When a foreign interpreter invokes this method, an !ERROR=208 Multi Thread results. See Accessing Objects From Different Interpreters.
Example
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.