java.lang.Object
entagged.gui.tageditor.listeners.FreeDBButtonListener
- All Implemented Interfaces:
- java.awt.event.ActionListener, java.util.EventListener
- public class FreeDBButtonListener
- extends java.lang.Object
- implements java.awt.event.ActionListener
This listens to an event on the freedb button on the main screen. It opens a
freedb dialog allowing to rename the files of the current album according to
the database $Id: FreeDBButtonListener.java,v 1.1 2003/09/22 14:44:29
kikidonk Exp $
- Version:
- v0.03
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
currentAlbum
private entagged.formats.mp3.MP3Album currentAlbum
- The current MP3 Album (shown in the table)
tagEditorFrame
private entagged.gui.tageditor.TagEditorFrame tagEditorFrame
- Parent Tag Editor
FreeDBButtonListener
public FreeDBButtonListener(entagged.gui.tageditor.TagEditorFrame tagEditorFrame)
- Constructor for the FreeDBButtonListener object
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
- Perform a freedb connection retreive all the available data and build the
dialog
- Specified by:
actionPerformed in interface java.awt.event.ActionListener