Definitions for "adapter class"
a class that implements an interface (or class) required by an API, and delegates the flow of control back to an enclosing "main" object
a class that is typically used when the interface of another class is not exactly what is needed
a "helper" class that ties one class to another in a very specific way