你的位置:首页 > 软件开发 > ASP.net > 【设计模式】17、中介者模式

【设计模式】17、中介者模式

发布时间:2016-03-06 00:00:10
1 package com.shejimoshi.behavioral.Mediator; 2 3 4 /** 5 * 功能:领导者接口 6 * 时间:2016年3月5日下午10:41:35 7 * 作者:cutter_point 8 */ 9 public inter ...

【设计模式】17、中介者模式

 

 

 

 1 package com.shejimoshi.behavioral.Mediator; 2  3  4 /** 5  * 功能:领导者接口 6  * 时间:2016年3月5日下午10:41:35 7  * 作者:cutter_point 8 */ 9 public interface Leader10 {11   //寝室长负责调解12   public void adjust(Colleague c1, Colleague c2, String message);13 }

原标题:【设计模式】17、中介者模式

关键词:设计模式

*特别声明:以上内容来自于网络收集,著作权属原作者所有,如有侵权,请联系我们: admin#shaoqun.com (#换成@)。