Definitions for "Adapter Class" Add To Word List
Login or Register  | Word Lists | Search History

a class that implements an interface (or class) required by an API, and delegates the flow of control back to an enclosing "main" object
Helpful?           0
a class that is typically used when the interface of another class is not exactly what is needed
Helpful?           0
a "helper" class that ties one class to another in a very specific way
Helpful?           0
a surrogate used by a class that wants to implement an interface but can't do so, usually because of one of the limitations specified above
Helpful?           0
a class in the java.awt.event package that provides empty implementations of event listener methods so that the programmer can write code for only relavant events
Helpful?           0