Why is MouseAdapter an adapter?

前端 未结 4 462
星月不相逢
星月不相逢 2020-12-10 13:00

The name (and javadocs) imply that MouseAdapter is an adapter (the design pattern). But I don\'t see it as such - it doesn\'t adapt anything to anything, at fir

4条回答
  •  抹茶落季
    2020-12-10 13:25

    I know there is already an accepted answer for this question, but this same question was asked here:

    MouseAdapter: which pattern does it use?

    See there for more deatils, but the MouseAdapter adapts the very awkaward MouseListener interface into a more usable form.

提交回复
热议问题