IROEventsInvoker
Overview
The IROEventsInvoker interface is used to invoke events.
There is no need to use this interface directly since it is implemented by the TROEventInvoker class that is used by the Remoting SDK invocation framework to execute procedures that are related with the server events.
Location
- Unit: uROEventReceiver.pas
- Ancestry: IROEventsInvoker
Required Methods
Execute
This method is called by the TROEventReceiver whenever it receives a new event. This procedure calls the method of the aTarget
object, which processes the current event.
procedure Execute(const aTarget: TObject; EventData: TStream)
Parameters:
- aTarget: Object which processes the current event
- EventData: Data that is associated with the current event