適配器模式(一)

          單項適配器模式:
          原接口:

          package com.jerry.design.adapter1.imp;


          public interface InterfaceA {

          public void testA();


          }


          接口實現(xiàn)類:

          package com.jerry.design.adapter1.impl;


          import com.jerry.design.adapter1.imp.InterfaceA;


          public class ImplA implements InterfaceA{


          @Override

          public void testA() {

          System.out.println(" i am do something as InterfaceA!");

          }


          }


          目標(biāo)接口:

          package com.jerry.design.adapter1.imp;


          public interface InterfaceB {

          public void testB();


          }


          目標(biāo)接口實現(xiàn)類:


          package com.jerry.design.adapter1.impl;


          import com.jerry.design.adapter1.imp.InterfaceA;

          import com.jerry.design.adapter1.imp.InterfaceB;


          public class ImplB implements InterfaceB{


          private InterfaceA implA;

          public ImplB(InterfaceA implA){

          this.implA = implA;

          }

          @Override

          public void testB() {

          implA.testA();

          }


          }


          測試方法:

          package com.jerry.design.adapter1.client;


          import com.jerry.design.adapter1.imp.InterfaceA;

          import com.jerry.design.adapter1.imp.InterfaceB;

          import com.jerry.design.adapter1.impl.ImplA;

          import com.jerry.design.adapter1.impl.ImplB;


          public class Test {

          public static void main(String[] args) {

          InterfaceA implA = (InterfaceA) new ImplA();

          InterfaceB implB = (InterfaceB) new ImplB(implA);

          implB.testB();// i am do something as InterfaceA!

          }


          }


          總結(jié):原接口轉(zhuǎn)換為目標(biāo)接口


          posted on 2012-02-15 21:26 瘋狂的蝸牛 閱讀(55) 評論(0)  編輯  收藏


          只有注冊用戶登錄后才能發(fā)表評論。


          網(wǎng)站導(dǎo)航:
           
          <2025年6月>
          25262728293031
          1234567
          891011121314
          15161718192021
          22232425262728
          293012345

          導(dǎo)航

          統(tǒng)計

          公告

          @import url(http://www.aygfsteel.com/CuteSoft_Client/CuteEditor/Load.ashx?type=style&file=SyntaxHighlighter.css);@import url(/css/cuteeditor.css);

          常用鏈接

          留言簿

          隨筆檔案

          文章分類

          文章檔案

          搜索

          最新評論

          主站蜘蛛池模板: 益阳市| 汝南县| 南开区| 连江县| 承德市| 怀化市| 永丰县| 湟中县| 龙门县| 山丹县| 秭归县| 黄骅市| 阿拉善右旗| 申扎县| 赤城县| 东平县| 乐至县| 吴川市| 迭部县| 南郑县| 贺州市| 万盛区| 岳池县| 从化市| 封丘县| 蒙阴县| 松桃| 镇坪县| 奉新县| 搜索| 宜都市| 高尔夫| 娄底市| 离岛区| 阆中市| 昌吉市| 阳谷县| 仁化县| 永德县| 高台县| 伊吾县|