This
method determines whether the event is deleted by the event
dispatcher (OMThread) after it is consumed.
Signaturevoid setDeleteAfterConsume (OMBoolean doDelete)
ParametersdoDelete
Specifies the value of the deleteAfterConsume attribute.
The possible values are as follows:
- TRUE -
Delete the event after
it is consumed.
- FALSE - Do
not delete
the event after it is consumed.