Skip to content
jasonho edited this page May 10, 2015 · 2 revisions

Intent:

A proxy, in its most general form, is a class functioning as an interface to something else. The proxy could interface to anything: a network connection, a large object in memory, a file, or some other resource that is expensive or impossible to duplicate.

Structure:

Example:

Image system

Use Command Pattern:

Reference:

http://en.wikipedia.org/wiki/Proxy_pattern

Clone this wiki locally