Jump to content

SOMEClientEvent

From EDM2
File stem
clientev
Base
SOMEEvent
Metaclass
SOMClass
Ancestor Classes SOMEEvent
SOMObject
Description

This class describes generic client events within the Event Manager. Client Events are defined, created, processed and destroyed entirely by the application. The application can queue several types of client events with EMan. When a client event occurs, EMan passes an instance of this class to the callback routine. The callback can query this object about its type and obtain any event-specific information.

New methods

The following list shows all the SOMEClientEvent methods.

  • somevGetEventClientData
  • somevGetEventClientType
  • somevSetEventClientData
  • somevSetEventClientType
Overridden methods

The following list shows all the methods overridden by the SOMEClientEvent class. These methods are overridden in order to modify the behavior defined by an ancestor class.