You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by Massimo Lusetti <ml...@gmail.com> on 2008/07/04 16:22:24 UTC

Is OnEventWorker responsable for component's event handling calls?

It does build some stuff into Components classes but is it the sole
responsable for component's event handling calls on methods with the
conventional naming or annotated with the OnEvent annotation?

-- 
Massimo
http://meridio.blogspot.com

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


Re: Is OnEventWorker responsable for component's event handling calls?

Posted by Howard Lewis Ship <hl...@gmail.com>.
Yes, it locates all the methods that have @OnEvent or follow the
naming convention, and builds the dispatchComponentEvent() method for
the component.

On Fri, Jul 4, 2008 at 7:22 AM, Massimo Lusetti <ml...@gmail.com> wrote:
> It does build some stuff into Components classes but is it the sole
> responsable for component's event handling calls on methods with the
> conventional naming or annotated with the OnEvent annotation?
>
> --
> Massimo
> http://meridio.blogspot.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: dev-help@tapestry.apache.org
>
>



-- 
Howard M. Lewis Ship

Creator Apache Tapestry and Apache HiveMind

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org