提交 c5b57c86 编写于 作者: I Ilkka Seppala

Comments for adapter example.

上级 54b414ac
package com.iluwatar;
/**
*
* Adapter (GnomeEngineerAdapter) converts the interface of the
* target class (GoblinGlider) into suitable one.
*
*/
public class App
{
public static void main( String[] args )
......
package com.iluwatar;
/**
*
* Adapter class.
*
*/
public class GnomeEngineerAdapter {
private GoblinGlider glider;
......
package com.iluwatar;
/**
*
* Adaptee class.
*
*/
public class GoblinGlider {
public void attachGlider() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册