BBjWebEvent
Description
In BBj 24.00 and higher, this event is returned by BBjAPI().getLastEvent() when the program is executing callback code that the program has registered using BBjWebComponent::setCallback.
In BBj 24.11 and higher, the callback code can also be registered using BBjWebManager::setCallback.
Remarks
This corresponds to addEventListener.
Methods of BBjWebEvent
| Return Value | Method |
|---|---|
|
int |
|
|
Map<String, Options> |
|
|
String |
|
|
String |
|
Methods of BBjWebEvent inherited from BBjSysGuiEvent
| Return Value | Method |
|---|---|
Methods of BBjWebEvent inherited from BBjEvent
| Return Value | Method |
|---|---|
|
string |
|
|
string |
Version History
- BBj 24.11: The callback code can also be registered using BBjWebManager::setCallback.