org.lyra.Interface
Class PlaylistSaveDialog.Interact
java.lang.Object
org.lyra.Interface.PlaylistSaveDialog.Interact
- All Implemented Interfaces:
- java.awt.event.ActionListener, java.awt.event.WindowListener, java.util.EventListener
- Enclosing class:
- PlaylistSaveDialog
private class PlaylistSaveDialog.Interact
- extends java.lang.Object
- implements java.awt.event.ActionListener, java.awt.event.WindowListener
Implements the most basic logic elements. Since they are not readily
employed anywhere else they are included in a sub-class in order to
separate code and display elements.
- Author:
- Martin Foster
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PlaylistSaveDialog.Interact
public PlaylistSaveDialog.Interact()
- Primary constructor stub
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent evt)
- Specified by:
actionPerformed
in interface java.awt.event.ActionListener
windowClosing
public void windowClosing(java.awt.event.WindowEvent e)
- Specified by:
windowClosing
in interface java.awt.event.WindowListener
windowActivated
public void windowActivated(java.awt.event.WindowEvent arg0)
- Specified by:
windowActivated
in interface java.awt.event.WindowListener
windowClosed
public void windowClosed(java.awt.event.WindowEvent e)
- Specified by:
windowClosed
in interface java.awt.event.WindowListener
windowDeactivated
public void windowDeactivated(java.awt.event.WindowEvent e)
- Specified by:
windowDeactivated
in interface java.awt.event.WindowListener
windowDeiconified
public void windowDeiconified(java.awt.event.WindowEvent e)
- Specified by:
windowDeiconified
in interface java.awt.event.WindowListener
windowIconified
public void windowIconified(java.awt.event.WindowEvent e)
- Specified by:
windowIconified
in interface java.awt.event.WindowListener
windowOpened
public void windowOpened(java.awt.event.WindowEvent e)
- Specified by:
windowOpened
in interface java.awt.event.WindowListener