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
- Reference: RemObjects.SDK.dll
- Namespace: RemObjects.SDK
- Ancestry: IEventReceiver