
pattern
Get flash to fully experience Pearltrees
Doing Things with Java that Should Not Be Possible Object Adapter based on Dynamic Proxy by Heinz Kabutz May 11, 2005 Summary The Object Adapter Design Pattern is often used for modifying an interface into another interface that the client expects. A drawback with this pattern is that you need to implement all the methods of the target interface.

