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:25:19 UTC

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

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


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

Posted by "Howard M. Lewis Ship (JIRA)" <ta...@jakarta.apache.org>.
     [ 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
>      * {@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


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

Posted by "Alexander Kundirenko (JIRA)" <ta...@jakarta.apache.org>.
    [ 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