What is mean by an adapter class ?
The adapter classes allow you to use the Listener Interfaces without having to create a body for every method. Adapter class provides the empty implementation for Listener interface\'s method.You don\'t have to override all the listener\'s method.