10.6.6. Class cerebro.events.AfterEventCreationOfMessage¶
-
class
cerebro.events.AfterEventCreationOfMessage(event_type, event_id)[source]¶ Bases:
cerebro.events.AfterEventMessageThe class for the task creation event. Grants access to the data of a newly created message after it is written into the database.
Methods
The class object is input into the following function:
after_eventof the module event.def after_event(event): if event.event_type() == event.EVENT_CREATION_OF_MESSAGE: ...
See also