BBjNamespace::enableCallbacks
Description
In BBj 4.0 and higher, this method enables/disables all callbacks registered on a BBjNamespace.
Syntax
Return Value |
Method |
---|---|
void |
enableCallbacks(int enable) |
Parameters
Variable |
Description |
---|---|
enable |
Any non-zero value enables all callbacks; 0 disables all callbacks. |
Return Value
None.
Remarks
None.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.