ILIAS  release_7 Revision v7.30-3-g800a261c036
All Data Structures Namespaces Files Functions Variables Modules Pages
ilAppEventListener Interface Reference

Interface for event handling. More...

+ Inheritance diagram for ilAppEventListener:
+ Collaboration diagram for ilAppEventListener:

Static Public Member Functions

static handleEvent ($a_component, $a_event, $a_parameter)
 Handle an event in a listener. More...
 

Detailed Description

Interface for event handling.

See class.ilAppEventHandler.php for more information.

Author
Alex Killing alex..nosp@m.kill.nosp@m.ing@g.nosp@m.mx.d.nosp@m.e
Version
$Id$

Definition at line 32 of file interface.ilAppEventListener.php.

Member Function Documentation

◆ handleEvent()

static ilAppEventListener::handleEvent (   $a_component,
  $a_event,
  $a_parameter 
)
static

Handle an event in a listener.

Parameters
string$a_componentcomponent, e.g. "Modules/Forum" or "Services/User"
string$a_eventevent e.g. "createUser", "updateUser", "deleteUser", ...
array$a_parameterparameter array (assoc), array("name" => ..., "phone_office" => ...)

Implemented in ilLTIAppEventListener, ilCertificateAppEventListener, ilCourseReferenceAppEventListener, ilSessionAppEventListener, ilTestableTermsOfServiceAppEventListener, ilTermsOfServiceAppEventListener, ilSearchAppEventListener, ilCalendarAppEventListener, ilContainerReferenceAppEventListener, ilECSAppEventListener, ilTrackingAppEventListener, ilNotificationAppEventListener, ilSkillAppEventListener, ilRepositoryAppEventListener, ilContactAppEventListener, ilBadgeAppEventListener, and ilOnScreenChatAppEventListener.


The documentation for this interface was generated from the following file: