#include <behaviorComponentRaiseEvent.h>
Function called when event occurs.
This is where the meat of your event's implementation goes.
See any of the subclasses for ideas of what goes in here.
The event is deleted immediately after processing. If the object referenced in destObject is deleted, then the event is not called. The even will be executed unconditionally if the object referenced is NULL.
- Parameters
-
object | Object stored in destObject. |
Implements SimEvent.
The documentation for this class was generated from the following file:
- component/behaviors/behaviorComponentRaiseEvent.h