Switch to full style
Java2 codes,problems ,discussions and solutions are here
Post a reply

relationship an event-listener interface & event handler

Fri Nov 07, 2008 12:13 am

What is the relationship between an event-listener interface and an event-adapter class?



Re: relationship an event-listener interface & event handler

Fri Nov 07, 2008 12:14 am

An event-listener interface defines the methods that must be implemented by an event handler for a particular kind of event. An event adapter provides a default implementation of an event-listener interface.

Post a reply
  Related Posts  to : relationship an event-listener interface & event handler
 advantage of the event delegation model over event-inherit     -  
 What is Event Handling?     -  
 AWT event hierarchy     -  
 Thread of Event Dispatcher     -  
 ComponentListener event handling     -  
 Event Handling Notes     -  
 Container Event handling with ContainerListener     -  
 event results from the clicking of a button     -  
 explain event handling in java     -  
 Handle Key event-keyboard-Get typed Character and its code     -