ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
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, ilTermsOfServiceAppEventListener, ilSearchAppEventListener, ilCalendarAppEventListener, ilContainerReferenceAppEventListener, ilECSAppEventListener, ilNotificationAppEventListener, ilSkillAppEventListener, ilTrackingAppEventListener, ilRepositoryAppEventListener, ilContactAppEventListener, ilBadgeAppEventListener, ilOnScreenChatAppEventListener, and ilUserAppEventListener.


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