net.sourceforge.atunes.kernel.controllers.editPreferencesDialog
Class EditPreferencesDialogListener

java.lang.Object
  extended by net.sourceforge.atunes.kernel.controllers.editPreferencesDialog.EditPreferencesDialogListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener, javax.swing.event.ListSelectionListener

public class EditPreferencesDialogListener
extends java.lang.Object
implements javax.swing.event.ListSelectionListener, java.awt.event.ActionListener

The listener interface for receiving editPreferencesDialog events.


Constructor Summary
EditPreferencesDialogListener(EditPreferencesDialog editPreferencesDialog, EditPreferencesDialogController editPreferencesDialogController)
          Instantiates a new edits the preferences dialog listener.
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 void valueChanged(javax.swing.event.ListSelectionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditPreferencesDialogListener

public EditPreferencesDialogListener(EditPreferencesDialog editPreferencesDialog,
                                     EditPreferencesDialogController editPreferencesDialogController)
Instantiates a new edits the preferences dialog listener.

Parameters:
editPreferencesDialog - the edit preferences dialog
editPreferencesDialogController - the edit preferences dialog controller
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener

valueChanged

public void valueChanged(javax.swing.event.ListSelectionEvent e)
Specified by:
valueChanged in interface javax.swing.event.ListSelectionListener


Copyright © 2006-2008 The aTunes Team. All Rights Reserved.