[ http://issues.apache.org/jira/browse/TAPESTRY-739?page=all ]
     
Howard M. Lewis Ship closed TAPESTRY-739:
-----------------------------------------

    Fix Version: 4.0
     Resolution: Fixed
      Assign To: Howard M. Lewis Ship

> 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
>     Assignee: Howard M. Lewis Ship
>     Priority: Minor
>      Fix For: 4.0

>
> Code from ListenerMapSource class:
> ------------------------------------------------------------------   
>   /**
>      * This implementation returns a new
>      * [EMAIL PROTECTED] 
> 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to