Incoming event type.
Outgoing translated event type.
Event translation function. Accepts an outgoing event sender function as first parameter, and incoming event as the rest of them.
Rest
...event: TOutEventRest
...event: TInEventA mapping function of incoming event sender to another one.
Generated using TypeDoc
Creates an event processor that translates events incoming from OnEvent sender.
The translated events expected to be sent by the given
translate
function.