Skip to content

EventOut

The EventOut class processes outgoing events. Currently, it acts as a placeholder for any future processing that may be required for outgoing JSON data.

Properties

The EventOut instance has no set properties!

Methods

processJSON

EventOut : processJSON (

     self: EventOut
     data: any
)  -> any

Processes outgoing JSON data. Currently, this method returns the data unchanged.

Functions

new

EventOut . new ()  -> ()

Creates a new instance of EventOut.