BBjWebEvent::getCallbackID
Description
In BBj 24.00 and higher, this method returns the callback ID that was returned from the original BBjWebComponent::setCallback.
In BBj 24.11 and higher, the callback ID can also be returned from BBjWebManager::setCallback.
Syntax
Return Value | Method |
---|---|
int | getCallbackID() |
Parameters
None.
Return Value
This method returns the callback ID that was returned from the original BBjWebComponent::setCallback or BBjWebManager::setCallback.
Version History
- BBj 24.11: BBjWebManager::setCallback can return a callback ID.
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.