Please change the description of f:event's listener attribute from:
Method expression pointing to a method expression of that will be called
when the listener's processEvent method would have been called.
To:
A method expression that JSF invokes when an event occurs. That event is
specified with the name attribute.
david