无码av一区二区三区无码,在线观看老湿视频福利,日韩经典三级片,成 人色 网 站 欧美大片在线观看

歡迎光臨散文網(wǎng) 會(huì)員登陸 & 注冊

鈴聲Linux內(nèi)核源碼/內(nèi)存調(diào)優(yōu)/文件系統(tǒng)/遠(yuǎn)程管理\/--》ccys1473

2023-07-10 12:27 作者:pqwe168回  | 我要投稿

/**

?* 靜態(tài)代理:結(jié)婚案例

?*/

public class Demo7_StaticProxy {

? ? public static void main(String[] args) {

? ? ? ? WeddingCompany weddingCompany = new WeddingCompany(new You());

? ? ? ? weddingCompany.happyMarry();

? ? }

}


//結(jié)婚

interface Marry {

? ? void happyMarry();

}


//真實(shí)角色:你去結(jié)婚

class You implements Marry {

? ? @Override

? ? public void happyMarry() {

? ? ? ? System.out.println("doris要結(jié)婚了,超開心");

? ? }

}


//代理角色:幫助你結(jié)婚

class WeddingCompany implements Marry {

? ? private Marry target;//代理-->真實(shí)目標(biāo)角色角色,幫誰結(jié)婚


? ? public WeddingCompany(Marry target) {

? ? ? ? this.target = target;

? ? }


? ? @Override

? ? public void happyMarry() {

? ? ? ? after();

? ? ? ? this.target.happyMarry();

? ? ? ? before();

? ? }


? ? private void after() {

? ? ? ? System.out.println("結(jié)婚之前,布置現(xiàn)場");

? ? }


? ? private void before() {

? ? ? ? System.out.println("結(jié)婚之后,收尾款");

? ? }



鈴聲Linux內(nèi)核源碼/內(nèi)存調(diào)優(yōu)/文件系統(tǒng)/遠(yuǎn)程管理\/--》ccys1473的評(píng)論 (共 條)

分享到微博請遵守國家法律
兰考县| 徐闻县| 泽普县| 长宁县| 安阳县| 林口县| 永昌县| 三明市| 武城县| 景宁| 渭南市| 甘孜县| 崇义县| 黑龙江省| 临汾市| 铜梁县| 百色市| 于田县| 大邑县| 左云县| 张家港市| 壤塘县| 中宁县| 阜平县| 集安市| 松阳县| 招远市| 汝南县| 黑水县| 和田县| 栾城县| 四子王旗| 赤峰市| 香河县| 平定县| 满洲里市| 苍南县| 邢台市| 八宿县| 丰顺县| 新野县|