Design Pattern 1.0
Loading...
Searching...
No Matches
Design_Pattern.Runtime.Structural.Proxy Namespace Reference

Namespaces

namespace  Events
 

Classes

interface  IProxy
 Interface defining a proxy that can intercept and control access to a subject. More...
 
interface  ISubject
 Interface defining the common operations that both the RealSubject and Proxy must implement. More...
 
class  ProxyContext
 A thread-safe proxy base class that provides controlled access to a subject. More...