Enumeration Members

JSON_MESSAGE: "WindowEventService:jsonMessage"

Receives parsed JSON events

MESSAGE_EVENT: "WindowEventService:messageEvent"

Any event object. If this listener is defined, it will receive every raw event object.

STRING_MESSAGE: "WindowEventService:stringMessage"

Receives plain string event messages.

This event handler will be triggered for any string message.

If you have a JSON event listener, those will not be passed here. Otherwise, it will receive those messages, too.

Generated using TypeDoc