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

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=15677873#comment-15677873 ] 

ASF subversion and git services commented on WICKET-6281:
---------------------------------------------------------

Commit ab1f3c734051694841a9336a14659613a15a5e2b in wicket's branch refs/heads/master from [~mgrigorov]
[ https://git-wip-us.apache.org/repos/asf?p=wicket.git;h=ab1f3c7 ]

WICKET-6281 Listener interfaces' methods should use empty default methods for friendlier extension


> 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
>
> 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)