A new method ‘addEventHandler’ was added to the SPP_Event class today. Now, it is possible to define multiple handlers for a single event in addition to existing setting a new handler functionality. The occurence types available with this handler are – ‘before’ and ‘after’. This means this event handler cannot override the default handler. This is logical, as it does not make any sense to override an event handler with multiple handlers.