|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.event.KeyAdapter
net.sourceforge.atunes.kernel.controllers.ripcd.RipCdDialogListener
public class RipCdDialogListener
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 |
---|
public RipCdDialogListener(RipCdDialog ripCdDialog, RipCdDialogController ripCdDialogController)
ripCdDialog
- the rip cd dialogripCdDialogController
- the rip cd dialog controllerMethod Detail |
---|
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
public void keyTyped(java.awt.event.KeyEvent e)
keyTyped
in interface java.awt.event.KeyListener
keyTyped
in class java.awt.event.KeyAdapter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |