代理模式(Proxy)

来源:互联网 发布:抚仙湖水下古城 知乎 编辑:程序博客网 时间:2024/06/01 15:58
/**
 * Proxying implementation of Context that simply delegates all of its calls to
 * another Context.  Can be subclassed to modify behavior without changing
 * the original Context.
 */

public class ContextWrapper extends Context {



0 0
原创粉丝点击