BBjEvent::getEventString

Description

This method returns the event string in the same format as the legacy event queue.

Methods of BBjEvent

Return Value

Method

string

getEventString()

Parameters

None.

Return Value

Returns the event string in the same format as the legacy event queue.

Remarks

The structure of this string is described by the template returned from TMPL(SYSGUI).

Methods that return byte[] can usually be treated as if they returned string, because BBj automatically handles the conversion. However, when that byte[] value is directly assigned to an object variable or passed to a Java method, BBj skips the conversion and the raw internal byte[] format is used. You can always use the STR() function to explicitly convert the byte[] value to a string.

See Also

BBjEvent Objects

BBjEvent

See the BBj Object Diagram for an illustration of the relationship between BBj Objects.