You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Grigorov (JIRA)" <ji...@apache.org> on 2016/11/18 21:52:58 UTC

[jira] [Resolved] (WICKET-6281) Listener interfaces' methods should use empty default methods for friendlier extension

     [ https://issues.apache.org/jira/browse/WICKET-6281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Grigorov resolved WICKET-6281.
-------------------------------------
       Resolution: Fixed
    Fix Version/s: 8.0.0-M3

> Listener interfaces' methods should use empty default methods for friendlier extension
> --------------------------------------------------------------------------------------
>
>                 Key: WICKET-6281
>                 URL: https://issues.apache.org/jira/browse/WICKET-6281
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 8.0.0-M2
>            Reporter: Martin Grigorov
>            Assignee: Martin Grigorov
>            Priority: Minor
>             Fix For: 8.0.0-M3
>
>
> Discussion at dev@: http://markmail.org/message/zhpm56mdibeu6gma
> Interfaces like IApplicationListener may provide default implementations of their methods so that classes implementing them could override only the methods they are interested in.
> This way there is no need of adapter classes.
> This way they will be very similar to abstract classes but by being interfaces they will be easier to be proxied,



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)