onmet() method from fcf.EventChannel class
Package: fcf-framework-core
File: fcf-framework-core:fcf.js
Available from version: 2.0.2
Adds an event handler that is called only for the first call to the event. If the event has already been called before adding the handler, then the event handler is called with the event data that was passed in the previous call.
-
number level =0 - The callback processing order level. The order in which handlers are called is from lowest to highest level.
Function signature: (async or simple)
-
object a_eventData - The event data that was passed to the send function -
object a_eventHeader - Event headerObject properties:
-
string name - Event name
-