hades.models.pic
Class ShowPic2.LoadListener

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

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

inner class to manage the "Open..." file dialog and callbacks


Constructor Summary
(package private) ShowPic2.LoadListener()
           
 
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.LoadListener

ShowPic2.LoadListener()
Method Detail

actionPerformed

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