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.

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

BBjWebEventOptions

Web Event