java.lang.Object
entagged.gui.tageditor.listeners.TagVersionButtonListener
- All Implemented Interfaces:
- java.awt.event.ActionListener, java.util.EventListener
- public class TagVersionButtonListener
- extends java.lang.Object
- implements java.awt.event.ActionListener
Listener for the button that toggles the id3v1/2 view in the table $Id:
TagVersionButtonListener.java,v 1.1 2003/09/22 14:44:29 kikidonk Exp $
- Version:
- v0.06
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
tagEditor
private entagged.gui.tageditor.TagEditorFrame tagEditor
- Parent Tag Editor Frame
TagVersionButtonListener
public TagVersionButtonListener(entagged.gui.tageditor.TagEditorFrame tagEditor)
- Constructor for the TagVersionButtonListener
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
- Invoked when an action is Performed on the button
- Specified by:
actionPerformed in interface java.awt.event.ActionListener