BBjNamespaceEvent

 

Description

In BBj 6.0 and higher, if a program registered a callback for a BBjNamespace variable by calling one of these methods:

BBjNamespace::setCallbackForVariable()
BBjNamespace::setCallbackForVariableChange()
BBjNamespace::setCallbackForNamespace()
BBjNamespace::setCallbackForNamespaceChange()

then, when the program is in the callback that was registered, a call to BBjAPI.getLastEvent() returns a BBjNamespaceEvent.

Methods of BBjNamespaceEvent

Return Value

Method

string

getNamespaceName()

object

getNewValue()

object

getOldValue()

string

getVariableName()

See Also

CALLBACK Verb - Register BBj Subroutine

BBjControl::setCallback