Package org.perfectjpattern.core.structural.proxy

Interface Summary
IGraphic Abstract definition of Graphic
 

Class Summary
AbstractProxy<C> Componentized implementation of IProxy interface.
Example Startup Main for the Proxy Pattern Example code
Image Image concrete implementation of IGraphic
ImageProxy Proxy that control access to Image instances
SynchronizedProxy<C> Concrete componentized implementation of IDecorator<C> that provides synchronized protection to any class type.
 

 


Copyright © 2007-2009. All Rights Reserved.