Events Handlers Table Schema (events_handlers)


Description

This table is for storing which components requests what type of event, and the location of the responsible handlers. For example, the assignment registers 'grade_updated' event with a function assignment_grade_handler() that should be called event time an 'grade_updated' event is triggered by grade_update() function.

events_handlers table columns

Table contained -1 rows

events_handlers table indexes

events_handlers table relationships