View Single Post
  #2 (permalink)  
Old 11-14-2007, 08:35 PM
JavaBean's Avatar
JavaBean JavaBean is offline
Moderator
 
Join Date: May 2007
Posts: 1,272
JavaBean is on a distinguished road
Because we want to be able to use any class which implements ActionListener as an action listener. This way, user can easily define his/her own ActionListener by implementing this interface and can add it to any component.
Reply With Quote