IEventReceiver

Overview

The IEventReceiver interface represents a receiver of server events. Any class implementing this interface should be able to properly interpret a provided data stream or Message and to invoke the corresponding method of the client application. This interface is implemented by the EventReceiver class.

Location


Required Methods


Dispatch (IMessage)

 

method Dispatch(message: IMessage)

 

void Dispatch(IMessage message)

 

Sub Dispatch(message As IMessage)

Parameters:

  • message:

Dispatch (Stream)

 

method Dispatch(stream: Stream)

 

void Dispatch(Stream stream)

 

Sub Dispatch(stream As Stream)

Parameters:

  • stream: