BBjWindow::setEventMask
Description
In BBj 23.02 and higher, this BBjWindow method changes the set of events that are reported by a given window.
Syntax
Return Value | Method |
---|---|
void | setEventMask(byte[] mask) |
Parameters
Parameter | Description |
---|---|
mask | A byte string that specifies the set of events to be reported by this window. |
Return Value
None.
Remarks
This method is identical to the 'EVENTMASK' mnemonic.
Example
|
Version History
See Also
EVENTMASK Mnemonic - Change Event Mask
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.