An EventListener instance is used to receive Events from the system.
Create instances of the is class by extending it and registering within the database.
Located in /CORE/system/classes/event/EventListener.php [line 37]
Methods
void handleEvent( Event $event )
Called by the EventDispatcher.
Overwrite this method for your needs!