event methods renamed as "on..."

Hi,

would it be possible - at this stage - to change the event methods associated with listeners to “onBlur”, “onButtonClick”, etc. instead of “blur”, “buttonClick”, etc.?
That would be coherent to “onRequestStart”/“onRequestEnd” (HttpServletRequestListener), and also would help clearify that those methods represent events…

Thanks, Marco