AddEvent

virtual void IEventResponse::AddEvent(PEvent event) = 0

Add the given event to the collection of events used as source for this response.

Parameters

event – Event to add to the collection of events configured this response.

Throws
Remarks

Adding an event that is already part of the collection has no effect on the collection.