
BBjBuiManager::setCallback
Description
In BBj 16.0 and higher, this method registers the callback routine for a specified BBjBuiManager event.
Syntax
Return Value |
Method |
void |
setCallback(int eventType, CustomObject customObject, string method) |
void |
setCallback(int eventType, string callback) |
Parameters
Variable |
Description |
eventType |
Event type for which the callback is to be registered. |
customObject |
A CustomObject containing the method to be called when the event is processed by process_events. |
method |
The name of the method that is to be called when the event is processed by processEvents. |
callback |
Subroutine name to be executed in PROCESS_EVENTS. |
Return Value
None.
Remarks
None.
Example
rem ' BBjBuiManager |
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.