Expand description

Contains the IWorkByProxy trait that is implemented on both the proxy object and the real object.

Traits

  • Represents what can be done on the proxy object. This same trait is implemented on the real object as well to ensure both have the same methods. The program accesses the proxy object only through this trait.