next up previous
Next: Strategy Up: Design patterns used in Previous: Observer

Proxy

Proxy is an object that act as an object that is being downloaded over network for a long time. Proxy supplies information about this object at once. We will use proxy pattern while dump is being done, because this will be usually very long operation.



Wiktor Kolodziej 2006-01-12