GL Studio C++ Runtime API
RSOInterface1::EmittedEventHandler Class Referenceabstract

#include <rso_interface_1.h>

Public Member Functions

virtual int HandleEvent (Event *ev)=0
 

Detailed Description

The emitted event handler is an object provided by the container to handle events emitted from the component.

Member Function Documentation

◆ HandleEvent()

virtual int HandleEvent ( Event ev)
pure virtual

Called by the component to pass an event to the container. Most containers will only handle ObjectEvents.

Parameters
evThe event to handle
Returns
int Reserved. Currently always -1.

The documentation for this class was generated from the following file: