09-2 Structural Pattern - Proxy
09-2 Structural Pattern - Proxy
Design Patterns
Patterns
CE00362-3
CT070-3-3
Applicability:
Use Proxy pattern when
Structure
Subject
Defines the common interface for RealSubject and
Proxy
a Proxy can be used anywhere a RealSubject is
expected
RealSubject
Defines the object that the proxy represents
JLabel interface
Icon
ImageProxy ImageIcon
1 1
Q&A