BBjAPI::postCustomEvent
Description
In BBj 6.00 and higher, this method posts a BBjCustomEvent at the end of the BBj event queue.
Syntax
Return Value |
Method |
---|---|
void |
postCustomEvent(string eventName, Object payload) |
Parameters
Variable |
Description |
---|---|
eventName |
This name identifies the event that is being posted. |
payload |
This Object will be available from the BBjCustomEvent when it is retrieved from the BBj event queue. |
Return Value
None.
Remarks
An event that is posted using this method will be placed at the end of the event queue.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.