The AdapterPattern introduces the concept of the Adapter, a component that translates the interface of one component into a different interface. A common use of this pattern is to wrap up access to legacy systems in a consistent interface.
Back to DesignPatterns