Definitions for "AdapterPattern"
public static final Glossary AdapterPattern Convert the interface of a class into another interface clients expect. Lets classes work together that couldn't otherwise because of incompatible interfaces. (See GoF.)