Event.sendEvent()
Signature
SimpleEvent sendEvent (SimpleEvent evt)
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
Name | Type | Description |
evt | SimpleEvent | An SimpleEvent to send. |
Returns
Type | Description |
SimpleEvent | The same SimpleEvent. Null if there is an error, of the argument was null. |
Cautions
This method will fail if the SimpleEvent has not been configured with any default channel and destination information.