BBjExecuteScriptEvent

Description

In BBj 19.10 and higher, this event is returned by BBjAPI().getLastEvent() when the program is executing callback code that the program has registered for the ON_EXECUTE_SCRIPT event. This reports the completion and result of a call to BBjHtmlView::executeAsyncScript or (in BBj 22.14 and higher) a call to BBjBuiManager::executeAsyncScript or (in BBj 24.00 and higher) a call to BBjWebComponent::executeAsyncScript.

Remarks

None.

Methods of BBjExecuteScriptEvent

Return Value

Method

int getIndex()

Object

getResult()

String

getScript()

Methods of BBjExecuteScriptEvent inherited from BBjSysGuiEvent

Return Value Method
BBjControl getControl()

Methods of BBjExecuteScriptEvent inherited from BBjEvent

Return Value Method
string getEventName()
string getEventString()

See Also

BBjControl::setCallback

CALLBACK Verb - Register BBj Subroutine

Execute Script Event