Martin Grigorov created WICKET-6281:
---------------------------------------

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

Reply via email to