ILIAS  release_5-2 Revision v5.2.25-18-g3f80b82851
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 ilSearchAppEventListener, ilCalendarAppEventListener, ilContainerReferenceAppEventListener, ilECSAppEventListener, ilTrackingAppEventListener, ilTermsOfServiceAppEventListener, ilBadgeAppEventListener, ilContactAppEventListener, and ilOnScreenChatAppEventListener.


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