|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Interface for event handling. More...
Inheritance diagram for ilAppEventListener:
Collaboration diagram for ilAppEventListener:Static Public Member Functions | |
| static | handleEvent (string $a_component, string $a_event, array $a_parameter) |
| Handle an event in a listener. More... | |
Interface for event handling.
See class.ilAppEventHandler.php for more information.
Definition at line 27 of file interface.ilAppEventListener.php.
|
static |
Handle an event in a listener.
| string | $a_component | component, e.g. "components/ILIAS/Forum" or "components/ILIAS/User" |
| string | $a_event | event e.g. "createUser", "updateUser", "deleteUser", ... |
| array<string,mixed> | $a_parameter parameter array (assoc), array("name" => ..., "phone_office" => ...) |
Implemented in ilBadgeAppEventListener, ilCalendarAppEventListener, ilCertificateAppEventListener, ilContactAppEventListener, ilContainerAppEventListener, ilContainerReferenceAppEventListener, ilCourseReferenceAppEventListener, ilEventHandlingAppEventListener, ilGlossaryAppEventListener, ilLegalDocumentsAppEventListener, ilLTIAppEventListener, ilNotificationAppEventListener, ilOpenIdConnectAppEventListener, ilRegistrationAppEventListener, ilRepositoryAppEventListener, ilSamlAppEventListener, ilSearchAppEventListener, ilSessionAppEventListener, ilSkillAppEventListener, ilSurveyAppEventListener, ilTestAppEventListener, ilTestQuestionPoolAppEventListener, ilTrackingAppEventListener, ilECSAppEventListener, ilChatroomAppEventListener, ilDashboardAppEventListener, ilDataCollectionAppEventListener, ilObjectAppEventListener, ilNotificationsAppEventListener, and ilUserAppEventListener.