BBjAPI::postPriorityCustomEvent
Description
In BBj 6.00 and higher, this method posts a BBjCustomEvent at the beginning of the BBj event queue.
Syntax
Return Value |
Method |
---|---|
void |
postPriorityCustomEvent(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 event when the BBjEvent is retrieved from the BBj event queue. |
Return Value
None.
Remarks
A BBjCustomEvent posted as a priority event using this method will appear at the beginning of the event queue and will be available before any event that is currently on the queue.
Example
|
See Also
BBj Object Diagram for an illustration of the relationship between BBjObjects.