net.sourceforge.atunes.kernel.controllers.ripcd
Class RipCdDialogListener

java.lang.Object
  extended by java.awt.event.KeyAdapter
      extended by net.sourceforge.atunes.kernel.controllers.ripcd.RipCdDialogListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.awt.event.KeyListener, java.util.EventListener

public class RipCdDialogListener
extends java.awt.event.KeyAdapter
implements java.awt.event.ActionListener

The listener interface for receiving ripCdDialog events.


Constructor Summary
RipCdDialogListener(RipCdDialog ripCdDialog, RipCdDialogController ripCdDialogController)
          Instantiates a new rip cd dialog listener.
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 void keyTyped(java.awt.event.KeyEvent e)
           
 
Methods inherited from class java.awt.event.KeyAdapter
keyPressed, keyReleased
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RipCdDialogListener

public RipCdDialogListener(RipCdDialog ripCdDialog,
                           RipCdDialogController ripCdDialogController)
Instantiates a new rip cd dialog listener.

Parameters:
ripCdDialog - the rip cd dialog
ripCdDialogController - the rip cd dialog controller
Method Detail

actionPerformed

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

keyTyped

public void keyTyped(java.awt.event.KeyEvent e)
Specified by:
keyTyped in interface java.awt.event.KeyListener
Overrides:
keyTyped in class java.awt.event.KeyAdapter


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