This method checks whether the event is from a given type (has the specified ID).
Client events should override this method, as follows:
OMBoolean
isTypeOf(short id) const {
if (id == <event>Id)
return TRUE;
return <super event>::isTypeOf(id);
Public
virtual OMBoolean isTypeOf(short id) const
id
Specifies the event ID to check for
The method returns one of the following Boolean values: