Event Management Framework Reference 5-35
somevSetEventType Method
Purpose
Sets the type of the generic event.
IDL Syntax
void somevSetEventType (
in unsigned long type);
Description
This method enables setting the true type of an event object. Typically, a subclass of
SOMEEvent calls this method (or overrides this method) to set the event type to indicate its
true type.
Parameters
receiver A pointer to an object of class SOMEEvent.
ev A pointer to the Environment structure for the calling method.
type An integer value indicating the type of the event (a constant defined in the
eventmsk.h file).
Original Class
SOMEEvent
Related Information
Methods: somevGetEventType
Kommentare zu diesen Handbüchern