You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Alexander Kundirenko (JIRA)" <ta...@jakarta.apache.org> on 2005/11/05 16:29:19 UTC

[jira] Commented: (TAPESTRY-739) Change return type to inteface for: ListenerMapSource.createListenerMethodInvoker()

    [ http://issues.apache.org/jira/browse/TAPESTRY-739?page=comments#action_12356852 ] 

Alexander Kundirenko commented on TAPESTRY-739:
-----------------------------------------------

Sorry, I meant class:
   org.apache.tapestry.listener.ListenerMapSourceImpl

> Change return type to inteface for: ListenerMapSource.createListenerMethodInvoker()
> -----------------------------------------------------------------------------------
>
>          Key: TAPESTRY-739
>          URL: http://issues.apache.org/jira/browse/TAPESTRY-739
>      Project: Tapestry
>         Type: Improvement
>   Components: Framework
>     Versions: 4.0
>     Reporter: Alexander Kundirenko
>     Priority: Minor

>
> Code from ListenerMapSource class:
> ------------------------------------------------------------------   
>   /**
>      * This implementation returns a new
>      * {@link org.apache.tapestry.listener.ListenerMethodInvokerImpl}. Subclasses can override to
>      * provide their own implementation.
>      */
>     protected ListenerMethodInvokerImpl createListenerMethodInvoker(String name, Method[] methods)
>     {
>         return new ListenerMethodInvokerImpl(name, methods);
>     }
> ------------------------------------------------------------------
> Change return type to interface instead of concrete ListenerMethodInvokerImpl please.
> Thank you/

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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