Event.sendEvent()

Signature

SimpleEvent sendEvent (SimpleEvent evt)

Domain

ACTION, BUI

Description

Sends the SimpleEvent evt to the configured default channel and destination for this SimpleEvent. This method will fail if the SimpleEvent has not been configured with any default channel and destination information.

Parameters

NameTypeDescription
evtSimpleEventAn SimpleEvent to send.

Returns

TypeDescription
SimpleEventThe same value as the argument evt, or null if there was an error.

Cautions

This method will fail if the SimpleEvent has not been configured with any default channel and destination information.