ILIAS  eassessment Revision 61809
 All Data Structures Namespaces Files Functions Variables Groups 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.

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

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

Handle an event in a listener.

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

Implemented in ilSearchAppEventListener, ilCalendarAppEventListener, ilContainerReferenceAppEventListener, and ilECSAppEventListener.


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