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

getCallbackID()

Map<String, Options>

getEventMap()

String

getEventType()

String

getJsonString()

BBjWebComponent

getWebComponent()

Methods of BBjWebEvent inherited from BBjSysGuiEvent

Return Value Method

BBjControl

getControl()

Methods of BBjWebEvent inherited from BBjEvent

Return Value Method

string

getEventName()

string

getEventString()

ClosedVersion History

  • BBj 24.00: BBjWebEvent added.

See Also

BBjWebComponent

BBjWebComponent::setCallback

BBjWebManager

BBjWebManager::setCallback

BBjWebEventOptions

Web Event