hades.models.pic
Class ShowPic2.SaveListener

java.lang.Object
  extended byhades.models.pic.ShowPic2.SaveListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
ShowPic2

class ShowPic2.SaveListener
extends java.lang.Object
implements java.awt.event.ActionListener

inner class to manage the "Save as" file dialog and stuff


Constructor Summary
(package private) ShowPic2.SaveListener()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShowPic2.SaveListener

ShowPic2.SaveListener()
Method Detail

actionPerformed

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