- Category:
- AI-NN-PR
- Tags:
-
[Java]
[源码]
- File Size:
- 6kb
- Update:
- 2014-11-03
- Downloads:
- 0 Times
- Uploaded by:
- 张衡
Description: Defines the proxy mode: an agent to control to this object provides access to other objects. In some cases, an object is not suitable or not directly a reference to another object, while the proxy object can play an intermediary role between the client and the target object.
To Search:
File list (Check if you may need any files):
3.代理模式\dynamicproxy\Client.class
..........\............\DynamicSubject.class
..........\............\RealSubject.class
..........\............\Subject.class
..........\proxy\Client.class
..........\.....\ProxySubject.class
..........\.....\RealSubject.class
..........\.....\Subject.class
..........\vectorproxy\VectorProxy.class
..........\dynamicproxy
..........\proxy
..........\vectorproxy
3.代理模式